Description
xref @simonjayhawkins 's comment: #40545 (comment)
Task is:
- remove
keep-runtime-typing
from:
pandas/.pre-commit-config.yaml
Line 57 in cc84a23
- 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 🚀