-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix unused-variable false positive with __all__ or __future__.annotations
#10643
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
Fix unused-variable false positive with __all__ or __future__.annotations
#10643
Conversation
β¦variable`. Closes pylint-dev#10019
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10643 +/- ##
=======================================
Coverage 95.96% 95.96%
=======================================
Files 176 176
Lines 19502 19506 +4
=======================================
+ Hits 18715 18719 +4
Misses 787 787
π New features to boost your workflow:
|
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.
LGTM !
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
|
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 34ce09c |
Type of Changes
Description
Exclude
__all__and__future__.annotationsfromunused-variable.Closes #10019