You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whatsnew/3/3.3/index.rst
+41
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,47 @@ Summary -- Release highlights
14
14
15
15
.. towncrier release notes start
16
16
17
+
What's new in Pylint 3.3.7?
18
+
---------------------------
19
+
Release date: 2025-05-04
20
+
21
+
22
+
False Positives Fixed
23
+
---------------------
24
+
25
+
- Comparisons between two calls to `type()` won't raise an ``unidiomatic-typecheck`` warning anymore, consistent with the behavior applied only for ``==`` previously.
- Using a slice as a class decorator now raises a ``not-callable`` message instead of crashing. A lot of checks that dealt with decorators (too many to list) are now shortcut if the decorator can't immediately be inferred to a function or class definition.
0 commit comments