From d8c724c9dc4ec044f7f4141f70f9c2bd7c7ddb4c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 24 Jan 2023 16:29:36 -0500 Subject: Basic codespell config file to skip common culprits --- .codespellrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codespellrc 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 -- cgit v1.2.1