-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
STYLE: Add additional flake8 plugins #20588
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
Comments
Import order :) Linters for the docstrings and code sections of the prose docs (flake8 or otherwise) would be great. |
Docstrings (@datapythonista I'm going to back you up whatever your opinion is on this one) Misc |
+1 for flake8-comprehensions. Would close #18464 and replace some ad hoc regexes to check for unnecessary comprehensions. |
We've pushed pretty far down this road, and have been implementing custom linting for a while. Is there anything else to do here, or closeable? |
IMO this can be closed, any extra plugins can be discussed individually |
xref #20563 (comment)
Might be nice to add some additional
flake8
plugins to check various things:lint.sh
in CLN: Use new-style classes instead of old-style classes #20563, which can be removed if this is addedAny other ideas are welcome.
The text was updated successfully, but these errors were encountered: