Skip to content

Commit e7d7a1d

Browse files
Merge maintenance 2.15.9 in main (#7956)
Following 2.15.9 release
2 parents 117956a + 8d0b4ba commit e7d7a1d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

doc/whatsnew/2/2.15/index.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,40 @@ Marc Byrne became a maintainer, welcome to the team !
2929

3030
.. towncrier release notes start
3131
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+
3266
What's new in Pylint 2.15.8?
3367
----------------------------
3468
Release date: 2022-12-05

0 commit comments

Comments
 (0)