mirror of
https://github.com/ansible/awx.git
synced 2024-10-29 20:55:32 +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 .
|