File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,40 @@ Marc Byrne became a maintainer, welcome to the team !
29
29
30
30
.. towncrier release notes start
31
31
32
+ What's new in Pylint 2.15.9?
33
+ ----------------------------
34
+ Release date: 2022-12-17
35
+
36
+
37
+ False Positives Fixed
38
+ ---------------------
39
+
40
+ - Fix false-positive for ``used-before-assignment `` in pattern matching
41
+ with a guard.
42
+
43
+ Closes #5327 (`#5327 <https://github.com/PyCQA/pylint/issues/5327 >`_)
44
+
45
+
46
+
47
+ Other Bug Fixes
48
+ ---------------
49
+
50
+ - Pylint will no longer deadlock if a parallel job is killed but fail
51
+ immediately instead.
52
+
53
+ Closes #3899 (`#3899 <https://github.com/PyCQA/pylint/issues/3899 >`_)
54
+
55
+ - When pylint exit due to bad arguments being provided the exit code will now
56
+ be the expected ``32 ``.
57
+
58
+ Refs #7931 (`#7931 <https://github.com/PyCQA/pylint/issues/7931 >`_)
59
+
60
+ - Fixes a ``ModuleNotFound `` exception when running pylint on a Django project
61
+ with the ``pylint_django `` plugin enabled.
62
+
63
+ Closes #7938 (`#7938 <https://github.com/PyCQA/pylint/issues/7938 >`_)
64
+
65
+
32
66
What's new in Pylint 2.15.8?
33
67
----------------------------
34
68
Release date: 2022-12-05
You can’t perform that action at this time.
0 commit comments