summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-01-24 16:29:36 -0500
committerYaroslav Halchenko <debian@onerussian.com>2023-01-24 16:55:48 -0500
commitd8c724c9dc4ec044f7f4141f70f9c2bd7c7ddb4c (patch)
treedaa09a0456f630346972bc11f36e892e79601bc9
parent611d52b187b3db516e25461aa7e151a28f94b18e (diff)
downloadparamiko-d8c724c9dc4ec044f7f4141f70f9c2bd7c7ddb4c.tar.gz
Basic codespell config file to skip common culprits
-rw-r--r--.codespellrc7
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