mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
Bump black from 23.12.1 to 24.2.0 (#6221)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -292,8 +292,7 @@ class ConfigValidationStep(abc.ABC):
|
||||
priority: float = 0.0
|
||||
|
||||
@abc.abstractmethod
|
||||
def run(self, result: Config) -> None:
|
||||
...
|
||||
def run(self, result: Config) -> None: ... # noqa: E704
|
||||
|
||||
|
||||
class LoadValidationStep(ConfigValidationStep):
|
||||
|
Reference in New Issue
Block a user