Use --show-diff-on-failure for pre-commit CI invocation

This commit is contained in:
Anthony Sottile
2018-06-18 18:27:48 -07:00
committed by GitHub
parent 2925f3057f
commit 8e9f1d2417

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 =