Skip to content

Commit

Permalink
dvc: Set max-line-length to 79 in .pylintrc (iterative#2578)
Browse files Browse the repository at this point in the history
Adjust the `max-line-length` option to the same value used by black and `.flake8` file.
  • Loading branch information
vgerak authored and efiop committed Oct 5, 2019
1 parent 8c1addf commit 49ffa12
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 @@ -314,7 +314,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 49ffa12

Please sign in to comment.