mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
pyflakes -> flake8
This commit is contained in:
parent
2c7ec7a744
commit
c91b244105
5 changed files with 9 additions and 6 deletions
4
tox.ini
4
tox.ini
|
|
@ -10,8 +10,8 @@ commands =
|
|||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --show-missing --fail-under 93
|
||||
flake8 {[tox]project} tests setup.py
|
||||
# pylint {[tox]project} tests setup.py
|
||||
flake8 {[tox]project} testing tests setup.py
|
||||
# pylint {[tox]project} testing tests setup.py
|
||||
|
||||
[testenv:venv]
|
||||
envdir = venv-{[tox]project}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue