mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
10 lines
120 B
INI
10 lines
120 B
INI
[testenv:linters]
|
|
deps =
|
|
make
|
|
flake8
|
|
yamllint
|
|
allowlist_externals = make
|
|
commands =
|
|
make flake8
|
|
yamllint -s .
|