Show diff for black check (#289)

Show diff for black check

SUMMARY

Show diff for black check
This will make it easier to see from the CI logs what the actual problem
is.

ISSUE TYPE

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: None <None>
Reviewed-by: Abhijeet Kasurde <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
This commit is contained in:
Mike Graves
2021-11-30 01:11:10 -05:00
committed by GitHub
parent ba5cb30305
commit a62c42782f

View File

@@ -39,7 +39,7 @@ deps =
black==19.10b0
commands =
black -v --check {toxinidir}/plugins {toxinidir}/tests
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
[testenv:linters]
deps =
@@ -48,7 +48,7 @@ deps =
black==19.10b0
commands =
black -v --check {toxinidir}/plugins {toxinidir}/tests
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
yamllint -s {toxinidir}
flake8 {toxinidir}