diff options
author | Matthew Jones <mat@matburt.net> | 2015-02-11 22:42:55 +0100 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-02-11 22:42:55 +0100 |
commit | 6a18a50d990a4dfe2b341308de39e4b863e6b715 (patch) | |
tree | be5549047a2c3289999c10fd6ebdf461e118f3cd /setup.cfg | |
parent | Fix an issue where regular users couldn't relaunch jobs that they should (diff) | |
download | awx-6a18a50d990a4dfe2b341308de39e4b863e6b715.tar.xz awx-6a18a50d990a4dfe2b341308de39e4b863e6b715.zip |
Fixing flake8 errors, this should be almost all of them!
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W29 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 +ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E302,E303,E501,W291,W391,W293,E731 exclude=awx/lib/site-packages,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data |