diff options
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 |