diff options
author | Matthew Jones <mat@matburt.net> | 2015-02-05 16:40:22 +0100 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-02-05 16:40:47 +0100 |
commit | 888ae53027bf764ad1902c245356c6b7ef6c85b4 (patch) | |
tree | 5ca332fd0e6c220a3c8326fddd23b31423caf63a /setup.cfg | |
parent | Added metric for cache timeout on project page (diff) | |
download | awx-888ae53027bf764ad1902c245356c6b7ef6c85b4.tar.xz awx-888ae53027bf764ad1902c245356c6b7ef6c85b4.zip |
Fix up flake8 runtime configuration, do a bit of flake8 work as it
relates to pyflakes)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,3 +15,7 @@ # W293 - Blank line contains whitespace ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293 exclude=awx/lib/site-packages,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data + +[flake8] +ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293 +exclude=awx/lib/site-packages,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data |