]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: run codespell on the entire repo
authorChristian Clauss <cclauss@me.com>
Tue, 28 Jun 2022 11:54:42 +0000 (13:54 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 11:54:12 +0000 (12:54 +0100)
tox.ini

diff --git a/tox.ini b/tox.ini
index 7060f0b5764964f13a097bf1fea5f2664badcae2..3a899ee50878e35690f90e102cfc99df91a26ed4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ deps =
     ./psycopg_pool
 
 [testenv:codespell]
-commands = codespell docs psycopg* tests
+commands = codespell
 deps =
     codespell