From dad5533816a9a7431fe98e1da4508bde53ae01d8 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Mon, 7 Jun 2021 16:21:50 -0400 Subject: Enter flake8 rules in tox config as actual config entries --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3