Merge pull request #3599 from pytest-dev/asottile-patch-1

Use --show-diff-on-failure for pre-commit CI invocation
This commit is contained in:
Bruno Oliveira
2018-06-18 23:31:01 -03:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ skipsdist = True
usedevelop = True
basepython = python3.6
deps = pre-commit
commands = pre-commit run --all-files
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:py27-xdist]
deps =