mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
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:
4
tox.ini
4
tox.ini
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user