Skip to content

Commit

Permalink
Merge maintenance 2.17.x into main (#9085)
Browse files Browse the repository at this point in the history
We're going to delete the maintenance/2.17.x branch after that.
  • Loading branch information
Pierre-Sassoulas committed Sep 30, 2023
2 parents 9833848 + bd5baaa commit ca8690a
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions doc/whatsnew/2/2.17/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,69 @@ so we find problems before the actual release.

.. towncrier release notes start
What's new in Pylint 2.17.7?
----------------------------
Release date: 2023-09-30


False Positives Fixed
---------------------

- Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various
messages for code involving ``TypeVar``.

Closes #9069 (`#9069 <https://github.com/pylint-dev/pylint/issues/9069>`_)



Other Bug Fixes
---------------

- Fix crash in refactoring checker when unary operand used with variable in for
loop.

Closes #9074 (`#9074 <https://github.com/pylint-dev/pylint/issues/9074>`_)


What's new in Pylint 2.17.6?
----------------------------
Release date: 2023-09-24


Other Bug Fixes
---------------

- When parsing comma-separated lists of regular expressions in the config,
ignore
commas that are inside braces since those indicate quantifiers, not
delineation
between expressions.

Closes #7229 (`#7229 <https://github.com/pylint-dev/pylint/issues/7229>`_)

- ``sys.argv`` is now always correctly considered as impossible to infer
(instead of
using the actual values given to pylint).

Closes #7710 (`#7710 <https://github.com/pylint-dev/pylint/issues/7710>`_)

- Don't show class fields more than once in Pyreverse diagrams.

Closes #8189 (`#8189 <https://github.com/pylint-dev/pylint/issues/8189>`_)

- Don't show arrows more than once in Pyreverse diagrams.

Closes #8522 (`#8522 <https://github.com/pylint-dev/pylint/issues/8522>`_)

- Don't show duplicate type annotations in Pyreverse diagrams.

Closes #8888 (`#8888 <https://github.com/pylint-dev/pylint/issues/8888>`_)

- Don't add `Optional` to `|` annotations with `None` in Pyreverse diagrams.

Closes #9014 (`#9014 <https://github.com/pylint-dev/pylint/issues/9014>`_)


What's new in Pylint 2.17.5?
----------------------------
Release date: 2023-07-26
Expand Down

0 comments on commit ca8690a

Please sign in to comment.