lint fixes

This commit is contained in:
Maxim Devaev
2024-05-13 17:52:04 +03:00
parent bf87f036d3
commit 9158abfab4
10 changed files with 23 additions and 24 deletions

View File

@@ -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