mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 13:55:31 +03:00
10 lines
120 B
INI
10 lines
120 B
INI
|
[testenv:linters]
|
||
|
deps =
|
||
|
make
|
||
|
flake8
|
||
|
yamllint
|
||
|
allowlist_externals = make
|
||
|
commands =
|
||
|
make flake8
|
||
|
yamllint -s .
|