Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080)
* Disable Ruff rules that may conflict with the formatter * Upgrade Ruff to 0.1.8 - https://github.com/astral-sh/ruff/releases/tag/v0.1.7 - https://github.com/astral-sh/ruff/releases/tag/v0.1.8 * Format with Ruff 0.1.8
This commit is contained in:
parent
f5f9b89848
commit
24b1e01d71
91 changed files with 188 additions and 173 deletions
|
@ -457,7 +457,7 @@ def remove_keys_with_empty_values(config: ConfigType) -> ConfigType:
|
|||
|
||||
|
||||
def check_type_schema_map(
|
||||
schema_map: dict[str, vol.Schema]
|
||||
schema_map: dict[str, vol.Schema],
|
||||
) -> Callable[[ConfigType], ConfigType]:
|
||||
"""Check type specific schema against config."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue