From 6dfca25890da77ad6216aab1e269a07353fa997d Mon Sep 17 00:00:00 2001
From: Wesley Hearn <whearn@redhat.com>
Date: Mon, 1 Jun 2015 07:54:28 -0400
Subject: Update max length to 120 characters as per the style guide

---
 git/.pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'git/.pylintrc')

diff --git a/git/.pylintrc b/git/.pylintrc
index 6cf68f7d6..af8f1656f 100644
--- a/git/.pylintrc
+++ b/git/.pylintrc
@@ -286,7 +286,7 @@ notes=FIXME,XXX,TODO
 [FORMAT]
 
 # Maximum number of characters on a single line.
-max-line-length=100
+max-line-length=120
 
 # Regexp for a line that is allowed to be longer than the limit.
 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
-- 
cgit v1.2.3