Enable mccabe complexity checks in flake8 (#49616)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -755,7 +755,7 @@ async def merge_packages_config(
|
||||
return config
|
||||
|
||||
|
||||
async def async_process_component_config(
|
||||
async def async_process_component_config( # noqa: C901
|
||||
hass: HomeAssistant, config: ConfigType, integration: Integration
|
||||
) -> ConfigType | None:
|
||||
"""Check component configuration and return processed configuration.
|
||||
|
||||
Reference in New Issue
Block a user