aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-27 13:05:52 +0100
committerAymeric Augustin2013-10-27 13:05:52 +0100
commitc0bd74252e717c4a93d333467253ef9b5c66dcb5 (patch)
tree1eb2973eef656b171495d52fb493e29a3b52dea8 /setup.cfg
parent9cb9796791062c9d208c0f887dc65142d42c022a (diff)
downloaddjango-debug-toolbar-c0bd74252e717c4a93d333467253ef9b5c66dcb5.tar.bz2
Fix all flake8 warnings and add flake8 to tox.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f09e37b..dfc2ec0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,4 +2,5 @@
tag_svn_revision = false
[flake8]
+ignore = W601 ; # noqa doesn't silence this one
max-line-length = 100