Skip to content

Commit 4f0c7ac

Browse files
Merge maintenance/3.1.x into main following 3.1.1 release (#9618)
2 parents e53fdb6 + 0d8ef10 commit 4f0c7ac

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
lines changed

doc/whatsnew/3/3.1/index.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@ and a smattering of bug fixes.
1717

1818
.. towncrier release notes start
1919
20+
What's new in Pylint 3.1.1?
21+
---------------------------
22+
Release date: 2024-05-13
23+
24+
25+
False Positives Fixed
26+
---------------------
27+
28+
- Treat `attrs.define` and `attrs.frozen` as dataclass decorators in
29+
`too-few-public-methods` check.
30+
31+
Closes #9345 (`#9345 <https://github.com/pylint-dev/pylint/issues/9345>`_)
32+
33+
- Fix a false positive with ``singledispatchmethod-function`` when a method is decorated with both ``functools.singledispatchmethod`` and ``staticmethod``.
34+
35+
Closes #9531 (`#9531 <https://github.com/pylint-dev/pylint/issues/9531>`_)
36+
37+
- Fix a false positive for ``consider-using-dict-items`` when iterating using ``keys()`` and then deleting an item using the key as a lookup.
38+
39+
Closes #9554 (`#9554 <https://github.com/pylint-dev/pylint/issues/9554>`_)
40+
41+
42+
2043
What's new in Pylint 3.1.0?
2144
---------------------------
2245
Release date: 2024-02-25

doc/whatsnew/fragments/9345.false_positive

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

doc/whatsnew/fragments/9531.false_positive

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

doc/whatsnew/fragments/9554.false_positive

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

0 commit comments

Comments
 (0)