diff options
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 |