From: Christian Clauss Date: Tue, 28 Jun 2022 11:54:42 +0000 (+0200) Subject: ci: run codespell on the entire repo X-Git-Tag: 3.1~50^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cceaf89169e8f295960868cf29772e83d60c758;p=thirdparty%2Fpsycopg.git ci: run codespell on the entire repo --- diff --git a/tox.ini b/tox.ini index 7060f0b57..3a899ee50 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = ./psycopg_pool [testenv:codespell] -commands = codespell docs psycopg* tests +commands = codespell deps = codespell