[PATCH] pylintrc: max-line-length equal to check-code.py

Christian Ebert blacktrash at gmx.net
Wed Apr 4 03:44:45 CDT 2012


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1333528887 -7200
# Node ID f669ec7274e1c7ff2c5047991bc45d91a3472954
# Parent  1d8eab6dfe655e23d9884a6830a81e1757e50e33
pylintrc: max-line-length equal to check-code.py

check-code's '.{85}' allows a maximum of 84 characters.

diff --git a/contrib/pylintrc b/contrib/pylintrc
--- a/contrib/pylintrc
+++ b/contrib/pylintrc
@@ -277,7 +277,7 @@
 [FORMAT]
 
 # Maximum number of characters on a single line.
-max-line-length=80
+max-line-length=84
 
 # Maximum number of lines in a module
 max-module-lines=1000


More information about the Mercurial-devel mailing list