mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Update some pre-commit hooks + some minor tweaks
This commit is contained in:
parent
86c99c6b87
commit
596e31fdee
33 changed files with 65 additions and 36 deletions
3
tox.ini
3
tox.ini
|
|
@ -9,7 +9,8 @@ deps = -rrequirements-dev.txt
|
|||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --show-missing --fail-under 93
|
||||
# TODO: when dropping py26, change to 100
|
||||
coverage report --show-missing --fail-under 99
|
||||
flake8 {[tox]project} testing tests setup.py
|
||||
# pylint {[tox]project} testing tests setup.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue