diff options
author | Alan Rominger <arominge@redhat.com> | 2022-09-15 15:30:33 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2022-09-28 02:36:42 +0200 |
commit | d3eb2c197595c29c4a3f7b38cd609ce953009623 (patch) | |
tree | aca8418d254fe4b411a5b02d308d91cd99a8c003 /tox.ini | |
parent | Merge pull request #12864 from AlanCoding/project_groups (diff) | |
download | awx-d3eb2c197595c29c4a3f7b38cd609ce953009623.tar.xz awx-d3eb2c197595c29c4a3f7b38cd609ce953009623.zip |
Add new flak8 rules to do some meaningful corrections
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ commands = yamllint -s . [flake8] -select = F401,F402,F821,F823,F841,F811 +select = F401,F402,F821,F823,F841,F811,E265,E266,F541,W605,E722,F822,F523,W291,F405 exclude = awx/ui/node_modules,awx/ui/node_modules,env,awx_collection_build |