]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Configure codespell to run on a dirty working directory
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 6 Feb 2022 00:24:17 +0000 (01:24 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 6 Feb 2022 00:24:17 +0000 (01:24 +0100)
.codespellrc [new file with mode: 0644]
tox.ini

diff --git a/.codespellrc b/.codespellrc
new file mode 100644 (file)
index 0000000..33ec5a6
--- /dev/null
@@ -0,0 +1,3 @@
+[codespell]
+ignore-words-list = alot,ans,ba,fo,te
+skip = docs/_build,.tox,.mypy_cache,.venv,pq.c
diff --git a/tox.ini b/tox.ini
index 50bda0c8fb0af47ed40e26b1e074fc596c35bcbe..dfa1ab83d3cb053b7078fe6309f0f688606c6996 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ deps =
     ./psycopg_pool
 
 [testenv:codespell]
-commands = codespell -L "alot,ans,ba,fo,te" docs psycopg* tests
+commands = codespell docs psycopg* tests
 deps =
     codespell