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
commit478677345233a9f24b4fd0335d2094e91917e6eb (patch)
tree60a286d3b0c79cae6206a2d1ff3371eaf4d9dee1 /pylintrc
parent2b369aa719d2a4b4e755c9030f1d0cc1dfeeeacb (diff)
downloadpython-coveragepy-git-478677345233a9f24b4fd0335d2094e91917e6eb.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 15a3b4d8..2aa6f172 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