Skip to content

Commit

Permalink
fix pylint to check for lineendings
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Dec 5, 2019
1 parent ff00f45 commit 2de7875
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 @@ -322,7 +322,7 @@ indent-string=' '
indent-after-paren=4

# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
expected-line-ending-format=
expected-line-ending-format=LF


[BASIC]
Expand Down

0 comments on commit 2de7875

Please sign in to comment.