slightly speed up tests by avoiding pre-commit install

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2020-05-26 21:53:22 -07:00
parent 0e509ddcbc
commit 1da4a7f296
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
covdefaults
coverage
pre-commit
pytest

View File

@ -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