mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Don't change basepython for flake8
This commit is contained in:
parent
9dbdb95227
commit
5281b74ea7
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue