summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2021-06-07 22:21:50 +0200
committerAlan Rominger <arominge@redhat.com>2021-06-07 22:21:50 +0200
commitdad5533816a9a7431fe98e1da4508bde53ae01d8 (patch)
tree409a2783f76d791ee381562fb10f49a1d058b8a1 /tox.ini
parentMerge pull request #10362 from shanemcd/runner-alpha-5 (diff)
downloadawx-dad5533816a9a7431fe98e1da4508bde53ae01d8.tar.xz
awx-dad5533816a9a7431fe98e1da4508bde53ae01d8.zip
Enter flake8 rules in tox config as actual config entries
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