Update of /cvsroot/pythonreports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18013
Modified Files:
pylintrc
Log Message:
lines must never be longer than 79 characters
Index: pylintrc
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/pylintrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pylintrc 6 Dec 2006 15:46:26 -0000 1.1
--- pylintrc 6 Dec 2006 15:59:14 -0000 1.2
***************
*** 306,310 ****
# Maximum number of characters on a single line.
! max-line-length=80
# Maximum number of lines in a module
--- 306,310 ----
# Maximum number of characters on a single line.
! max-line-length=79
# Maximum number of lines in a module
|