Skip to content

Commit

Permalink
Set pylint's line length to 79 chars (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t authored Jun 27, 2019
1 parent cbf464c commit 6838c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6838c64

Please sign in to comment.