mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
PR AutoFixing via GHA (#600)
auto commit changelog and black formatting fixes
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -26,6 +26,13 @@ deps =
|
||||
commands =
|
||||
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
|
||||
|
||||
[testenv:black_format]
|
||||
deps =
|
||||
{[testenv:black]deps}
|
||||
|
||||
commands =
|
||||
black -v {posargs}
|
||||
|
||||
[testenv:linters]
|
||||
deps =
|
||||
yamllint
|
||||
@@ -33,6 +40,6 @@ deps =
|
||||
{[testenv:black]deps}
|
||||
|
||||
commands =
|
||||
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
|
||||
{[testenv:black]commands}
|
||||
yamllint -s {toxinidir}
|
||||
flake8 {toxinidir}
|
||||
|
||||
Reference in New Issue
Block a user