diff options
author | Alan Rominger <arominge@redhat.com> | 2021-06-07 22:21:50 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2021-06-07 22:21:50 +0200 |
commit | dad5533816a9a7431fe98e1da4508bde53ae01d8 (patch) | |
tree | 409a2783f76d791ee381562fb10f49a1d058b8a1 /tox.ini | |
parent | Merge pull request #10362 from shanemcd/runner-alpha-5 (diff) | |
download | awx-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.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |