Set pylint's line length to 79 chars (#35)
This commit is contained in:
parent
cbf464cc99
commit
6838c64c8a
|
|
@ -245,7 +245,7 @@ indent-after-paren=4
|
||||||
indent-string=' '
|
indent-string=' '
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=100
|
max-line-length=79
|
||||||
|
|
||||||
# Maximum number of lines in a module.
|
# Maximum number of lines in a module.
|
||||||
max-module-lines=1000
|
max-module-lines=1000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue