Merge pull request #1471 from pre-commit/all-repos_autofix_faster-tests

slightly speed up tests by avoiding pre-commit install
This commit is contained in:
Anthony Sottile 2020-05-26 22:26:20 -07:00 committed by GitHub
commit 42562a12ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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