Skip to content

Commit 820d9b7

Browse files
Pylint LF restore
1 parent 90706fc commit 820d9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ redefining-builtins-modules=six.moves,future.builtins
208208

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

213213
# Regexp for a line that is allowed to be longer than the limit.
214214
ignore-long-lines=^\s*(# )?<?https?://\S+>?$

0 commit comments

Comments
 (0)