diff options
author | James Laska <jlaska@ansible.com> | 2015-01-28 20:00:57 +0100 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2015-01-29 19:56:04 +0100 |
commit | ea0b39859b35327f9735d9b2c1f4fdb0cc9fedd0 (patch) | |
tree | c263e3a850f9aa0adb39cc9119bb82da2c258c71 /setup.cfg | |
parent | More sanity checking on eula_accepted POST property (diff) | |
download | awx-ea0b39859b35327f9735d9b2c1f4fdb0cc9fedd0.tar.xz awx-ea0b39859b35327f9735d9b2c1f4fdb0cc9fedd0.zip |
Enable django_jenkins flake8 reporting
Also exclude awx/ui from pep8 runs.
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,E302,E303,E501,W291,W391,W293 -exclude=awx/lib/site-packages +exclude=awx/lib/site-packages,awx/ui |