PR AutoFixing via GHA (#600)

auto commit changelog and black formatting fixes
This commit is contained in:
Bikouo Aubin
2023-03-29 07:55:53 +02:00
committed by GitHub
parent 151ed8245f
commit fb2af07583
2 changed files with 84 additions and 1 deletions

View File

@@ -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}