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

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