-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
STYLE: upgrade flake8 #48061
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
take |
Hello, I'll try taking this on as my first contribution. |
A few of them are new checks from flake8-bugbear. Might need some discussion on whether some of the should purposefully be disabled (generally/line-by-line):
|
Could we just ignore them for now, so we can get the upgraded versions, and have a todo or an issue about enabling them? |
Sounds good to me. I'll just add some "# noqa" comments to the bugbear issues for now, and can discuss enabling them in a later issue. |
Might be easier to ignore them in the setup. Cfg file if they're codes that need discussion or that we might want to enable later |
Yep that definitely makes more sense, thanks! I'll try to get to this today. |
Issue here is:
create-pr-action/pre-commit-config-update-0
branchpre-commit run flake8 --all-files
. You should see some errors like:pre-commit run flake8 --all-files
passes, stage, commit, and push!The text was updated successfully, but these errors were encountered: