From 32a423bf284af9038eb89d5fdb4ade3e4c3721ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Sun, 13 Oct 2024 11:21:17 +0200 Subject: [PATCH] Fix code spell not being used in CI --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f958fb..4b0c537 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py311, flake8, bandit +envlist = py311, flake8, bandit, codespell [testenv] basepython = python3.11