Set pylint's line length to 79 chars (#35)

This commit is contained in:
Chris Kleinknecht 2019-06-27 09:03:05 -07:00 committed by GitHub
parent cbf464cc99
commit 6838c64c8a
1 changed files with 1 additions and 1 deletions

View File

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