summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJames Laska <jlaska@ansible.com>2015-01-28 20:00:57 +0100
committerJames Laska <jlaska@ansible.com>2015-01-29 19:56:04 +0100
commitea0b39859b35327f9735d9b2c1f4fdb0cc9fedd0 (patch)
treec263e3a850f9aa0adb39cc9119bb82da2c258c71 /setup.cfg
parentMore sanity checking on eula_accepted POST property (diff)
downloadawx-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.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b509b9f785..082a36d51e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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