Make pylint report non-LF linefeeds per the style guidelines (#16601)
This commit is contained in:
parent
d4b7057a3d
commit
3160fa5de8
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue