From 8cceaf89169e8f295960868cf29772e83d60c758 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 28 Jun 2022 13:54:42 +0200 Subject: [PATCH] ci: run codespell on the entire repo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2