summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2021-07-09 18:01:28 +0200
committerAlan Rominger <arominge@redhat.com>2021-07-09 18:01:28 +0200
commit08cb497689647ea1aec5498987a8283f8189e594 (patch)
treec4ae2360a984073822248202036c14956998ed48 /tox.ini
parentMerge pull request #10589 from AlanCoding/null_traceback (diff)
downloadawx-08cb497689647ea1aec5498987a8283f8189e594.tar.xz
awx-08cb497689647ea1aec5498987a8283f8189e594.zip
Run flake8 on the AWX collection in CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 71cb611e90..08faf9c9cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,8 +9,9 @@ setenv =
BLACK_ARGS = --check
commands =
make black
- flake8 awx awxkit
+ flake8 awx awxkit awx_collection
yamllint -s .
[flake8]
select = F401,F402,F821,F823,F841
+exclude = awx/ui_next/node_modules,awx/ui/node_modules,env,awx_collection_build