summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-11-05 11:12:15 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-11-05 11:12:15 -0700
commitcfda4c5cc063df4a7594aa52673fe03719eccb07 (patch)
tree30ca73dadc50ae7ed3af5ae3844de9ee5b879bb3
parent197f41943764cdfb257164c9665bb159d58a9ba8 (diff)
downloadpymemcache-pep8.tar.gz
Make line length reqs explicitpep8
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 82d8d51..b57b92b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,7 @@ markers =
[flake8]
show-source = True
+max-line-length = 80
[bumpversion:file:pymemcache/__init__.py]