mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
12 lines
150 B
INI
12 lines
150 B
INI
[testenv:linters]
|
|
deps =
|
|
make
|
|
black
|
|
yamllint
|
|
allowlist_externals = make
|
|
setenv =
|
|
BLACK_ARGS = --check
|
|
commands =
|
|
make black
|
|
yamllint -s .
|