Show diff for black

remotes/origin/HEAD
Phil Howard 2020-07-14 14:51:05 +01:00
parent cdf2075168
commit 8246c890bc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ commands =
[testenv:black] [testenv:black]
deps = .[lint] deps = .[lint]
commands = python -m black --check . commands = python -m black --diff --check .
[testenv:check-manifest] [testenv:check-manifest]
deps = .[lint] deps = .[lint]