-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Labels
Description
xref @simonjayhawkins 's comment: #40545 (comment)
Task is:
- remove
keep-runtime-typing
from:
pandas/.pre-commit-config.yaml
Line 57 in cc84a23
args: [--py37-plus, --keep-runtime-typing] |
- run
pre-commit run pyupgrade --all-files
- run
pre-commit run flake8 --all-files
, fixup any errors (probably some about extra imports)
Finally, run pre-commit run --all-files
(this may take a few minutes), fixup any hooks which don't pass, and when everything passes, open a pull request 🚀
fathomer