aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 17:44:41 +0200
committerAymeric Augustin2013-10-26 17:44:41 +0200
commitcd1864026c62163c05fe5e22d964884d7b28afaa (patch)
tree3aef3a4030dd68f1b9c55e800c0344fcd36ef8d9 /setup.cfg
parentba9f739620d4955aabf112850122345828402f2b (diff)
downloaddjango-debug-toolbar-cd1864026c62163c05fe5e22d964884d7b28afaa.tar.bz2
Eliminate almost all flake8 messages.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 21cced6..f09e37b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[egg_info]
tag_svn_revision = false
+
+[flake8]
+max-line-length = 100