From de8b3daa7a00b7dc7dd364ee9d4951f347092a94 Mon Sep 17 00:00:00 2001 From: benoit Date: Wed, 30 Aug 2023 10:12:33 +0200 Subject: [PATCH] Update tox.ini to run codespell on the documentation --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9cead5b..e88d5df 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = flake8 isort commands = - codespell {toxinidir}/check_patroni {toxinidir}/tests + codespell {toxinidir}/check_patroni {toxinidir}/tests {toxinidir}/docs/ {toxinidir}/RELEASE.md {toxinidir}/CONTRIBUTING.md black --check --diff {toxinidir}/check_patroni {toxinidir}/tests flake8 {toxinidir}/check_patroni {toxinidir}/tests isort --check --diff {toxinidir}/check_patroni {toxinidir}/tests