mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Clean up unneeded ruff noqa directives (#113616)
This commit is contained in:
@ -176,7 +176,7 @@ def check(config_dir, secrets=False):
|
||||
"secrets": OrderedDict(), # secret cache and secrets loaded
|
||||
"except": OrderedDict(), # critical exceptions raised (with config)
|
||||
"warn": OrderedDict(), # non critical exceptions raised (with config)
|
||||
#'components' is a HomeAssistantConfig # noqa: E265
|
||||
#'components' is a HomeAssistantConfig
|
||||
"secret_cache": {},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user