-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 FN for invalid-name
for type-annotated module constants
#9771
Conversation
This comment has been minimized.
This comment has been minimized.
4035baa
to
2811003
Compare
This comment has been minimized.
This comment has been minimized.
Will leave this in a failing state until we remove support for Python 3.8 in #9774. |
2811003
to
16c68f0
Compare
16c68f0
to
692895e
Compare
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #9771 +/- ##
==========================================
- Coverage 95.86% 95.86% -0.01%
==========================================
Files 175 175
Lines 19069 19068 -1
==========================================
- Hits 18281 18280 -1
Misses 788 788
|
This comment has been minimized.
This comment has been minimized.
DO NOT MERGE -- discussion on #9770 suggests holding until 4.0 |
This comment has been minimized.
This comment has been minimized.
cec2b31
to
f0a834c
Compare
for more information, see https://pre-commit.ci
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.
Works well/looks good. Thank you @jacobtylerwalls
Type of Changes
Description
Closes #9770