Skip to content

Commit

Permalink
Merge branch 'maintenance/3.3.x' into post-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Dec 24, 2024
2 parents 31e7674 + c28580b commit ac7d336
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
29 changes: 29 additions & 0 deletions doc/whatsnew/3/3.3/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,35 @@ Summary -- Release highlights

.. towncrier release notes start
What's new in Pylint 3.3.3?
---------------------------
Release date: 2024-12-23


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

- Fix false positives for ``undefined-variable`` for classes using Python 3.12
generic type syntax.

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

- Fix a false positive for `use-implicit-booleaness-not-len`. No lint should be emitted for
generators (`len` is not defined for generators).

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



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

- Fix ``Unable to import 'collections.abc' (import-error)`` on Python 3.13.1.

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



What's new in Pylint 3.3.2?
---------------------------
Release date: 2024-12-01
Expand Down
4 changes: 0 additions & 4 deletions doc/whatsnew/fragments/10100.false_positive

This file was deleted.

3 changes: 0 additions & 3 deletions doc/whatsnew/fragments/10112.bugfix

This file was deleted.

4 changes: 0 additions & 4 deletions doc/whatsnew/fragments/9335.false_positive

This file was deleted.

0 comments on commit ac7d336

Please sign in to comment.