diff options
author | Maxim Devaev <[email protected]> | 2024-05-13 17:52:04 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-05-13 17:52:04 +0300 |
commit | 9158abfab4ca2a96d1bf9a80e09f9c696c0dc7d8 (patch) | |
tree | f71a59690a55d8a2e3179afa1310d13854316688 /testenv/tox.ini | |
parent | bf87f036d36fb587ea2db88efd60ee7fefcdd1cf (diff) |
lint fixes
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index c0efad82..2f8c08d0 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck skipsdist = true [testenv] -basepython = python3.11 +basepython = python3.12 sitepackages = true changedir = /src @@ -11,7 +11,7 @@ changedir = /src allowlist_externals = bash commands = bash -c 'flake8 --config=testenv/linters/flake8.ini kvmd testenv/tests *.py' deps = - flake8==5.0.4 + flake8 flake8-quotes -rrequirements.txt |