Closed will-moore closed 3 months ago
After pip install pre-commit and pre-commit install I had issues committing with codespell
pip install pre-commit
pre-commit install
codespell
... ruff-format..........................................(no files to check)Skipped codespell................................................................Failed - hook id: codespell - exit code: 65 README.md:197: crate ==> create shellcheck...........................................(no files to check)Skipped Disallow improper capitalization.........................................Passed
Fixed by ignoring Crate. Also added another sample link (had originally pushed this to #39 but too late)
Crate
Thanks, @will-moore
After
pip install pre-commit
andpre-commit install
I had issues committing withcodespell
Fixed by ignoring
Crate
. Also added another sample link (had originally pushed this to #39 but too late)