diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-24 16:29:36 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-24 16:55:48 -0500 |
commit | d8c724c9dc4ec044f7f4141f70f9c2bd7c7ddb4c (patch) | |
tree | daa09a0456f630346972bc11f36e892e79601bc9 /.codespellrc | |
parent | 611d52b187b3db516e25461aa7e151a28f94b18e (diff) |
Basic codespell config file to skip common culprits
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..b36916c8 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,7 @@ +[codespell] +# skip most common present files which might be on the system +skip = venvs,.venv,.git,build,*.egg-info,*.lock +# Flage and Constans are the names +# uite - just truncated word in the test, cannot have +# inline annotations yet: https://github.com/codespell-project/codespell/pull/2400 +ignore-words-list = flage,constans,uite |