We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85ecc commit e63a352Copy full SHA for e63a352
doc/whatsnew/2/2.15/index.rst
@@ -72,6 +72,10 @@ False Positives Fixed
72
- Fix `undefined-loop-variable` with `break` and `continue` statements in `else` blocks.
73
74
Refs #7311 (`#7311 <https://github.com/PyCQA/pylint/issues/7311>`_)
75
+- Improve default TypeVar name regex. Disallow names prefixed with ``T``.
76
+ E.g. use ``AnyStrT`` instead of ``TAnyStr``.
77
+
78
+ Refs #7322 (`#7322 <https://github.com/PyCQA/pylint/issues/7322>`_`)
79
80
81
False Negatives Fixed
doc/whatsnew/fragments/7322.false-positive
0 commit comments