Fix code spell not being used in CI

This commit is contained in:
Roman Krček
2024-10-13 11:21:17 +02:00
parent 7a54a4c0f5
commit 32a423bf28

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py311, flake8, bandit
envlist = py311, flake8, bandit, codespell
[testenv]
basepython = python3.11