mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-29 16:18:00 +01:00
Force upgrade of Pyflakes in Tox
This commit is contained in:
parent
30252a8143
commit
2ebe30af41
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -13,6 +13,7 @@ commands =
|
||||||
mypy --ignore-missing-imports fimfarchive
|
mypy --ignore-missing-imports fimfarchive
|
||||||
deps =
|
deps =
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
pyflakes>=1.6.0
|
||||||
pytest
|
pytest
|
||||||
flake8
|
flake8
|
||||||
mypy
|
mypy
|
||||||
|
|
Loading…
Reference in a new issue