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:
Anthony Sottile 2020-05-26 22:07:40 -07:00 committed by GitHub
commit f0bf512dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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