index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.cfg
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'setup.cfg')
-rw-r--r--
setup.cfg
3
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