diff options
Diffstat (limited to 'src/configs/pylint.rc')
-rw-r--r-- | src/configs/pylint.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/pylint.rc b/src/configs/pylint.rc index 14020880b..54d448a10 100644 --- a/src/configs/pylint.rc +++ b/src/configs/pylint.rc @@ -255,7 +255,7 @@ callbacks=cb_,_cb [FORMAT] # Maximum number of characters on a single line. -max-line-length=120 +max-line-length=180 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )?<?https?://\S+>?$ |