mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
Merge ui and ui_next in one dir See: https://github.com/ansible/awx/issues/10676 Update django .po files Update django .po files Run `awx-manage makemessages`.
18 lines
313 B
INI
18 lines
313 B
INI
[testenv:linters]
|
|
deps =
|
|
make
|
|
black
|
|
flake8
|
|
yamllint
|
|
allowlist_externals = make
|
|
setenv =
|
|
BLACK_ARGS = --check
|
|
commands =
|
|
make black
|
|
flake8 awx awxkit awx_collection
|
|
yamllint -s .
|
|
|
|
[flake8]
|
|
select = F401,F402,F821,F823,F841
|
|
exclude = awx/ui/node_modules,awx/ui/node_modules,env,awx_collection_build
|