-
Notifications
You must be signed in to change notification settings - Fork 23
Remove F821 monkey patch #530
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
Conversation
Also remove --no-pyi-aware-file-checker option Closes: PyCQA#522
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Thank you!
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Alex Waygood <[email protected]>
This comment has been minimized.
This comment has been minimized.
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.
Thank you!
flake8_pyi/checker.py
Outdated
|
||
@staticmethod | ||
def add_options(parser: OptionManager) -> None: | ||
"""This is brittle, there's multiple levels of caching of defaults.""" |
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.
I sort of worry that nobody on the current maintainers team knows what this cryptic comment is actually referring to ¯\_(ツ)_/¯
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.
... and it's gone.
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.
(Unless @ambv remembers what he meant with that comment. It's only been 10 years, after all.)
This change has no effect on typeshed. 🤖🎉 |
Also remove --no-pyi-aware-file-checker option
Closes: #522