diff options
author | Matthew Jones <mat@matburt.net> | 2015-02-04 20:43:46 +0100 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-02-04 20:44:38 +0100 |
commit | 1d76c1cd06ddc22c0e2b471f32601a369dd8a966 (patch) | |
tree | 9fdb22bd2009f388523dbbba38898a8040d55daf /setup.cfg | |
parent | Merge pull request #55 from ansible/popover_disable (diff) | |
download | awx-1d76c1cd06ddc22c0e2b471f32601a369dd8a966.tar.xz awx-1d76c1cd06ddc22c0e2b471f32601a369dd8a966.zip |
More pep8 goodness
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 +exclude=awx/lib/site-packages,awx/ui,awx/api/urls.py,awx/main/migrations |