Don't change basepython for flake8

This commit is contained in:
Michał Pasternak 2022-06-15 14:31:46 +02:00
parent 9dbdb95227
commit 5281b74ea7

View file

@ -45,10 +45,10 @@ commands =
coverage xml
[testenv:flake8]
basepython = python3.9
# basepython = python3.8
commands = flake8 dbtemplates
deps = flake8
[flake8]
exclude=.tox
ignore=E501,E127,E128,E124
pignore=E501,E127,E128,E124