summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-24 22:53:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-24 22:53:07 -0500
commiteca79995a80b5b4111eafb74e25fc8071e70d2ac (patch)
treefef8a253dacc27cdce089296e1468ffa50743d2a /pylintrc
parent414941cd8cb1e157eb1d5f629958f03c49e6be93 (diff)
downloadpython-coveragepy-eca79995a80b5b4111eafb74e25fc8071e70d2ac.tar.gz
Cleanups from pull request 42
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 15a3b4d..2aa6f17 100644
--- a/pylintrc
+++ b/pylintrc
@@ -293,7 +293,7 @@ int-import-graph=
[FORMAT]
# Maximum number of characters on a single line.
-max-line-length=79
+max-line-length=80
# Maximum number of lines in a module
max-module-lines=10000