File tree 4 files changed +29
-11
lines changed
4 files changed +29
-11
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,35 @@ Summary -- Release highlights
14
14
15
15
.. towncrier release notes start
16
16
17
+ What's new in Pylint 3.3.3?
18
+ ---------------------------
19
+ Release date: 2024-12-23
20
+
21
+
22
+ False Positives Fixed
23
+ ---------------------
24
+
25
+ - Fix false positives for ``undefined-variable `` for classes using Python 3.12
26
+ generic type syntax.
27
+
28
+ Closes #9335 (`#9335 <https://github.com/pylint-dev/pylint/issues/9335 >`_)
29
+
30
+ - Fix a false positive for `use-implicit-booleaness-not-len `. No lint should be emitted for
31
+ generators (`len ` is not defined for generators).
32
+
33
+ Refs #10100 (`#10100 <https://github.com/pylint-dev/pylint/issues/10100 >`_)
34
+
35
+
36
+
37
+ Other Bug Fixes
38
+ ---------------
39
+
40
+ - Fix ``Unable to import 'collections.abc' (import-error) `` on Python 3.13.1.
41
+
42
+ Closes #10112 (`#10112 <https://github.com/pylint-dev/pylint/issues/10112 >`_)
43
+
44
+
45
+
17
46
What's new in Pylint 3.3.2?
18
47
---------------------------
19
48
Release date: 2024-12-01
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments