Skip to content
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

Compatibility with flake8 v6.0.0 #1108

Open
ZLLentz opened this issue Jan 31, 2023 · 0 comments
Open

Compatibility with flake8 v6.0.0 #1108

ZLLentz opened this issue Jan 31, 2023 · 0 comments

Comments

@ZLLentz
Copy link
Member

ZLLentz commented Jan 31, 2023

Expected Behavior

flake8 should pass on the latest version

Current Behavior

flake8 fails on v6.0.0 with many errors shown.
It succeeds on v3.9.2, which is what pre-commit is running at

The newer version is either more strict or has more forbidden cases
There is also some version threshold where setup.cfg takes priority over .flake8 instead of the reverse, and the repo's current master has both. This part of the issue is handled in #1102

Possible Solution

Fix the style errors, for fun

Context

pre-commit autoupdate is currently a trap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant