summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2015-02-05 16:40:22 +0100
committerMatthew Jones <mat@matburt.net>2015-02-05 16:40:47 +0100
commit888ae53027bf764ad1902c245356c6b7ef6c85b4 (patch)
tree5ca332fd0e6c220a3c8326fddd23b31423caf63a /setup.cfg
parentAdded metric for cache timeout on project page (diff)
downloadawx-888ae53027bf764ad1902c245356c6b7ef6c85b4.tar.xz
awx-888ae53027bf764ad1902c245356c6b7ef6c85b4.zip
Fix up flake8 runtime configuration, do a bit of flake8 work as it
relates to pyflakes)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5eb8ec9ecb..60a00cde1e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,3 +15,7 @@
# 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,awx/main/tests/data
+
+[flake8]
+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,awx/main/tests/data