diff options
author | Matthew Jones <mat@matburt.net> | 2015-02-04 22:32:04 +0100 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-02-04 22:32:14 +0100 |
commit | 9e97783b1365b838bc69ddbbf5009cb21878a4fc (patch) | |
tree | a3249911d575b44cea5d48229513d4b88bd6ff30 /setup.cfg | |
parent | made checkboxes clickable with label (diff) | |
download | awx-9e97783b1365b838bc69ddbbf5009cb21878a4fc.tar.xz awx-9e97783b1365b838bc69ddbbf5009cb21878a4fc.zip |
Fixing up more pep8 issues
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ # W391 - Blank line at end of file # 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 +exclude=awx/lib/site-packages,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/tests/data |