spv-dev team mailing list archive
-
spv-dev team
-
Mailing list archive
-
Message #00038
[Branch ~spv-dev/slidepresenterview/trunk] Rev 57: PyLint: Change line length to 100.
------------------------------------------------------------
revno: 57
committer: F.-A. Bourbonnais <bouf10pub@xxxxxxxxxxx>
branch nick: trunk
timestamp: Sat 2010-07-24 19:58:47 -0400
message:
PyLint: Change line length to 100.
modified:
pylintrc
--
lp:slidepresenterview
https://code.launchpad.net/~spv-dev/slidepresenterview/trunk
Your team SlidePresenterView Development Team is subscribed to branch lp:slidepresenterview.
To unsubscribe from this branch go to https://code.launchpad.net/~spv-dev/slidepresenterview/trunk/+edit-subscription
=== modified file 'pylintrc'
--- pylintrc 2010-05-15 15:48:24 +0000
+++ pylintrc 2010-07-24 23:58:47 +0000
@@ -67,7 +67,7 @@
[FORMAT]
# Maximum number of characters on a single line.
-max-line-length=79
+max-line-length=100
# Maximum number of lines in a module
max-module-lines=1000