aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index fd6cc5fe..af80cdb1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,5 +9,5 @@ verbosity=2
[flake8]
# E501: ignore line length
# E265: block comment should start with '# '
-ignore=E501,E265
+ignore=E501,E265,W504
builtins=unicode,execfile,raw_input