From 67c353d91b1518fb8c90978461ff88850c5b9e2f Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sun, 30 Apr 2017 22:31:09 +0200 Subject: [PATCH] Raise maximum line length to 99 --- ubuntutools/test/pylint.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/test/pylint.conf b/ubuntutools/test/pylint.conf index aff16d8..1c8227c 100644 --- a/ubuntutools/test/pylint.conf +++ b/ubuntutools/test/pylint.conf @@ -8,7 +8,7 @@ ignored-classes=Launchpad,BaseWrapper,PersonTeam,Distribution,Consumer,Credentia [FORMAT] # Maximum number of characters on a single line. -max-line-length=80 +max-line-length=99 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab).