diff options
author | Alan Rominger <arominge@redhat.com> | 2021-07-09 18:01:28 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2021-07-09 18:01:28 +0200 |
commit | 08cb497689647ea1aec5498987a8283f8189e594 (patch) | |
tree | c4ae2360a984073822248202036c14956998ed48 /tox.ini | |
parent | Merge pull request #10589 from AlanCoding/null_traceback (diff) | |
download | awx-08cb497689647ea1aec5498987a8283f8189e594.tar.xz awx-08cb497689647ea1aec5498987a8283f8189e594.zip |
Run flake8 on the AWX collection in CI
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |