Lint config cleanups (#28864)
* Remove bunch of unneeded lint exclusions * Use symbolic names instead of identifiers in pylint disables * Tighten scope of some pylint disables
This commit is contained in:
parent
afaa464142
commit
99c7608fb4
77 changed files with 92 additions and 126 deletions
|
@ -68,7 +68,6 @@ def load_yaml(fname: str) -> JSON_TYPE:
|
|||
raise HomeAssistantError(exc)
|
||||
|
||||
|
||||
# pylint: disable=pointless-statement
|
||||
@overload
|
||||
def _add_reference(
|
||||
obj: Union[list, NodeListClass], loader: yaml.SafeLoader, node: yaml.nodes.Node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue