-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationCode StyleCode style, linting, code_checksCode style, linting, code_checksgood first issue
Description
Issue here is:
- in
.pre-commit-config.yaml, change therefofpyupgradefrom v2.7.4 to v2.9.0 - run
pre-commit run pyupgrade --all-files - run
pre-commit run flake8 --all-files- there will be lots of errors from unused imports, so you should remove them (or you could look into using autoflake to do it for you) - if both
pre-commit run flake8 --all-filesandpre-commit run pyupgrade --all-filesboth pass, then open a pull request 🚀
xref #39521
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationCode StyleCode style, linting, code_checksCode style, linting, code_checksgood first issue