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:16 -07:00
parent ab63f9393f
commit 254c42864b

View file

@ -8,7 +8,6 @@ commands =
coverage erase coverage erase
coverage run -m pytest {posargs:tests} coverage run -m pytest {posargs:tests}
coverage report coverage report
pre-commit install
[testenv:pre-commit] [testenv:pre-commit]
skip_install = true skip_install = true