neuroinformatics-unit / HowTo

NIU website on common software problems and their troubleshooting
http://howto.neuroinformatics.dev/
Creative Commons Attribution 4.0 International
9 stars 1 forks source link

Adde pre-commit hooks incl codespell #39

Closed niksirbi closed 1 year ago

niksirbi commented 1 year ago

I added simple pre-commit hooks (trailing whitespace, file endings etc.) and codespell, which has proven (so far) very effective at catching common misspellings without being annoying. Codespell is configured to run on pre-commit hooks and CI.

I'm planning to push a lot of long-form how-to guides soon, so I figured it was the right time to add a spell-checker.