mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Make pylint report non-LF linefeeds per the style guidelines (#16601)
This commit is contained in:
parent
d4b7057a3d
commit
3160fa5de8
3
pylintrc
3
pylintrc
@ -42,5 +42,8 @@ reports=no
|
|||||||
ignored-classes=_CountingAttr
|
ignored-classes=_CountingAttr
|
||||||
generated-members=botocore.errorfactory
|
generated-members=botocore.errorfactory
|
||||||
|
|
||||||
|
[FORMAT]
|
||||||
|
expected-line-ending-format=LF
|
||||||
|
|
||||||
[EXCEPTIONS]
|
[EXCEPTIONS]
|
||||||
overgeneral-exceptions=Exception,HomeAssistantError
|
overgeneral-exceptions=Exception,HomeAssistantError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user