Skip to content

Commit

Permalink
Fix 2.15 changelog (pylint-dev#7369)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Sep 6, 2022
1 parent bf1cbd6 commit 62d0318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions doc/whatsnew/2/2.15/index.rst
Expand Up @@ -72,6 +72,10 @@ False Positives Fixed
- Fix `undefined-loop-variable` with `break` and `continue` statements in `else` blocks.

Refs #7311 (`#7311 <https://github.com/PyCQA/pylint/issues/7311>`_)
- Improve default TypeVar name regex. Disallow names prefixed with ``T``.
E.g. use ``AnyStrT`` instead of ``TAnyStr``.

Refs #7322 (`#7322 <https://github.com/PyCQA/pylint/issues/7322>`_`)


False Negatives Fixed
Expand Down
4 changes: 0 additions & 4 deletions doc/whatsnew/fragments/7322.false-positive

This file was deleted.

0 comments on commit 62d0318

Please sign in to comment.