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
commit 85be8bdf49
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 usedevelop = True
basepython = python3.6 basepython = python3.6
deps = pre-commit deps = pre-commit
commands = pre-commit run --all-files commands = pre-commit run --all-files --show-diff-on-failure
[testenv:py27-xdist] [testenv:py27-xdist]
deps = deps =