Make pylint report non-LF linefeeds per the style guidelines (#16601)

This commit is contained in:
Ville Skyttä 2018-09-19 16:51:57 +03:00 committed by Paulus Schoutsen
parent d4b7057a3d
commit 3160fa5de8

View File

@ -42,5 +42,8 @@ reports=no
ignored-classes=_CountingAttr
generated-members=botocore.errorfactory
[FORMAT]
expected-line-ending-format=LF
[EXCEPTIONS]
overgeneral-exceptions=Exception,HomeAssistantError