summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-19 16:24:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-19 16:24:10 -0400
commit28d93fedc34059dfc09db9912841ae7b13f508a9 (patch)
tree549df5dccf849ad3d161e9d9af04bf941d7bfa10 /.pylintrc
parent4d45dc8c234eee1b4bd6da9eac409d588eba9455 (diff)
downloadpython-coveragepy-git-28d93fedc34059dfc09db9912841ae7b13f508a9.tar.gz
Line length < 80.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 204237fa..51c909aa 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -285,7 +285,7 @@ int-import-graph=
[FORMAT]
# Maximum number of characters on a single line.
-max-line-length=80
+max-line-length=79
# Maximum number of lines in a module
max-module-lines=1000