awx/tox.ini

12 lines
150 B
INI

[testenv:linters]
deps =
make
black
yamllint
allowlist_externals = make
setenv =
BLACK_ARGS = --check
commands =
make black
yamllint -s .