summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.pylintrc2
1 files changed, 1 insertions, 1 deletions
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+>?$