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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 =