Skip to content

Commit dbc41c6

Browse files
Post 3.3.6 (#10297)
2 parents 8854350 + f5c6c36 commit dbc41c6

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ contributors:
391391
- Yang Yang <y4n9squared@gmail.com>
392392
- Xi Shen <davidshen84@gmail.com>
393393
- Winston H <56998716+winstxnhdw@users.noreply.github.com>
394+
- Wing Lian <wing.lian@gmail.com>
394395
- Will Shanks <wsha@posteo.net>
395396
- Viorel Știrbu <viorels@gmail.com>: intern-builtin warning.
396397
- VictorT <victor.taix@gmail.com>

doc/whatsnew/3/3.3/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ Summary -- Release highlights
1414

1515
.. towncrier release notes start
1616
17+
What's new in Pylint 3.3.6?
18+
---------------------------
19+
Release date: 2025-03-20
20+
21+
22+
False Positives Fixed
23+
---------------------
24+
25+
- Fix a false positive for `used-before-assignment` when an inner function's return type
26+
annotation is a class defined at module scope.
27+
28+
Closes #9391 (`#9391 <https://github.com/pylint-dev/pylint/issues/9391>`_)
29+
30+
31+
1732
What's new in Pylint 3.3.5?
1833
---------------------------
1934
Release date: 2025-03-09

doc/whatsnew/fragments/9391.false_positive

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)