mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #297 from pre-commit/dont_run_flake8_twice
Don't run flake8 twice
This commit is contained in:
commit
e80f203ba2
1 changed files with 0 additions and 1 deletions
1
tox.ini
1
tox.ini
|
|
@ -11,7 +11,6 @@ commands =
|
||||||
coverage run -m pytest {posargs:tests}
|
coverage run -m pytest {posargs:tests}
|
||||||
# TODO: when dropping py26, change to 100
|
# TODO: when dropping py26, change to 100
|
||||||
coverage report --show-missing --fail-under 99
|
coverage report --show-missing --fail-under 99
|
||||||
flake8 {[tox]project} testing tests setup.py
|
|
||||||
# pylint {[tox]project} testing tests setup.py
|
# pylint {[tox]project} testing tests setup.py
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue