-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
STYLE: Additional flake8 checks #22122
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
I’d be +1 on adding E741 |
I'm noticing in test_offsets |
Recently saw flake8-eradicate, which looks for commented-out code. It seems to produce a lot of false-positives, so we probably wouldn't want it in the CI, just a one-time run to do a dedicated remove-it-all sweep. |
Not sure if this is specifically flake8, but it'd be nice to use a linter to prevent creep in the dependency structure. Specifically, once a file has zero-runtime-imports, we could have a check to keep it that way. |
Looks like our code checks are linting all the flake8 codes mentioned above. Going to close this issue out. |
Currently we ignore some flake8 checks:
Checks that (currently) we're okay with skipping
Checks that should be run
Ideally, we should continue to lint our codebase with reasonable flake8 checks.
The text was updated successfully, but these errors were encountered: