diff --git a/linters/tox.ini b/linters/tox.ini index 6402466e2..0cfef6419 100644 --- a/linters/tox.ini +++ b/linters/tox.ini @@ -3,7 +3,7 @@ envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint skipsdist = true [testenv] -basepython = python3.11 +basepython = python3.12 changedir = /src [testenv:cppcheck] @@ -25,7 +25,7 @@ commands = cppcheck \ allowlist_externals = bash commands = bash -c 'flake8 --config=linters/flake8.ini tools/*.py' python/*.py deps = - flake8==5.0.4 + flake8 flake8-quotes [testenv:pylint] @@ -33,6 +33,7 @@ allowlist_externals = bash commands = bash -c 'pylint --rcfile=linters/pylint.ini --output-format=colorized --reports=no tools/*.py python/*.py' deps = pylint + setuptools [testenv:mypy] allowlist_externals = bash