You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Expected Behavior
flake8
should pass on the latest versionCurrent 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 #1102Possible Solution
Fix the style errors, for fun
Context
pre-commit autoupdate
is currently a trapThe text was updated successfully, but these errors were encountered: