How to disable autofixes in file name via config? #1269
Replies: 2 comments 2 replies
-
I was using - repo: https://github.com/crate-ci/typos
rev: v1.30.3
hooks:
- id: typos
args: [--force-exclude] |
Beta Was this translation helpful? Give feedback.
0 replies
-
So this does more than stop autofixes but you can disable spell checking of file names [tool.typos.default]
check-filename = false |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
pyproject.toml
fortypos
that resembles this:How can I disable
typos
autofixing typos in file names?Beta Was this translation helpful? Give feedback.
All reactions