Skip to content

v3.3.3

Latest
Compare
Choose a tag to compare
@jacobtylerwalls jacobtylerwalls released this 20 Sep 10:43
· 52 commits to main since this release

What's New in astroid 3.3.3?

Release date: 2024-09-20

  • Fix inference regression with property setters.

    Closes pylint-dev/pylint#9811

  • Add annotation-only instance attributes to attrs classes to fix no-member false positives.

    Closes #2514