Closed
Description
Tomorrow, the autoupdate job will run, and there'll be a couple of updates which'll require some manual fixing:
- codespell
- cython-lint
The task is:
- run
pre-commit autoupdate
- run
pre-commit run cython-lint --all-files
andpre-commit run codespell --all-files
- fixup the errors. e.g. if there's an error saying
'use_time' defined but unused
, remove the definition ofuse_time
from that line - stage, commit, push, open pull request, celebrate
Please refer to the contributing guide, and feel free to ask if you run into anything unexpected (e.g. a false positive from the above tools)