summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9ce52c4820..9457a4a173 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,5 +9,8 @@ setenv =
BLACK_ARGS = --check
commands =
make black
- flake8 awx --select=F401,F402,F821,F823,F841
+ flake8 awx
yamllint -s .
+
+[flake8]
+select = F401,F402,F821,F823,F841