Update pylintrc

Maximum number of characters on a single line is 140
This commit is contained in:
Valéry Febvre 2020-11-07 00:12:00 +01:00
parent 97d31518fe
commit ec3d825c94
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ indent-after-paren=4
indent-string=' '
# Maximum number of characters on a single line.
max-line-length=100
max-line-length=140
# Maximum number of lines in a module.
max-module-lines=1000