File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ contributors:
391
391
- Yang Yang <y4n9squared@gmail.com>
392
392
- Xi Shen <davidshen84@gmail.com>
393
393
- Winston H <56998716+winstxnhdw@users.noreply.github.com>
394
+ - Wing Lian <wing.lian@gmail.com>
394
395
- Will Shanks <wsha@posteo.net>
395
396
- Viorel Știrbu <viorels@gmail.com>: intern-builtin warning.
396
397
- VictorT <victor.taix@gmail.com>
Original file line number Diff line number Diff line change @@ -14,6 +14,21 @@ Summary -- Release highlights
14
14
15
15
.. towncrier release notes start
16
16
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
+
17
32
What's new in Pylint 3.3.5?
18
33
---------------------------
19
34
Release date: 2025-03-09
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments