mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Merge pull request #491 from pre-commit/all-repos_autofix_faster-tests
slightly speed up tests by avoiding pre-commit install
This commit is contained in:
commit
f0bf512dbb
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