summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2021-06-11 19:41:01 +0200
committerAlan Rominger <arominge@redhat.com>2021-06-29 17:32:59 +0200
commitf0cd6b2457a9e4d3d06ccca009e0e5dafea57d31 (patch)
tree0b0fcef7684c4846d299d246019eac8fd3dd259b /tox.ini
parentMerge pull request #10538 from AlanCoding/collection_pep (diff)
downloadawx-f0cd6b2457a9e4d3d06ccca009e0e5dafea57d31.tar.xz
awx-f0cd6b2457a9e4d3d06ccca009e0e5dafea57d31.zip
Run flake8 on awxkit
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9457a4a173..71cb611e90 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ setenv =
BLACK_ARGS = --check
commands =
make black
- flake8 awx
+ flake8 awx awxkit
yamllint -s .
[flake8]