mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 02:16:52 +00:00
slightly speed up tests by avoiding pre-commit install
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
0e509ddcbc
commit
1da4a7f296
2 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
covdefaults
|
||||
coverage
|
||||
pre-commit
|
||||
pytest
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -12,7 +12,6 @@ commands =
|
|||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --fail-under 100
|
||||
pre-commit install
|
||||
|
||||
[testenv:pre-commit]
|
||||
skip_install = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue