Closed BioGeek closed 10 months ago
This PR fixes typos and adds a codespell pre-commit hook.
codespell
Because there were typos in the repsoitory.
I found the typos by running codespell on the repository.
To catch typos faster in the future, I added a codespell pre-commit hook. I also:
.pre-commit-config.yaml
flake8
line too long
.codespell-ignore.txt
ipynb
What?
This PR fixes typos and adds a
codespell
pre-commit hook.Why?
Because there were typos in the repsoitory.
How?
I found the typos by running
codespell
on the repository.Extra
To catch typos faster in the future, I added a
codespell
pre-commit hook. I also:.pre-commit-config.yaml
fileflake8
packageline too long
flake8 warning.codespell-ignore.txt
to ignorecodespell
false positives coming from base64 encoded images in theipynb
notebook file.