-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update astroid to 3.2.2 #9655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update astroid to 3.2.2 #9655
Conversation
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9655 +/- ##
=======================================
Coverage 95.86% 95.86%
=======================================
Files 174 174
Lines 18907 18907
=======================================
Hits 18125 18125
Misses 782 782 π New features to boost your workflow:
|
|
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 8f2614d |
Pierre-Sassoulas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great !
* Update astroid to 3.2.2 * Add tests for generic class syntax (cherry picked from commit 032ab32)
Type of Changes
Description
Update astroid to
3.2.2to fix multiple false positives with generic class syntax added in Python 3.12 (PEP 695).This included
It does
notaddress theundefined-variableissue.--
https://github.com/pylint-dev/astroid/releases/tag/v3.2.2
Closes #9406