Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#167)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.1.1](psf/black-pre-commit-mirror@23.12.1...24.1.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 4735006 commit 353a49a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- "--remove-unused-variables"
- "--remove-all-unused-imports"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args:
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""ista EcoTrend Version 3."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Config flow for ista EcoTrend Version 3."""

from __future__ import annotations

import copy
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Const for ista EcoTrend Version 3."""

from __future__ import annotations

from typing import Final
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/const_schema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Const schema for ista EcoTrend Version 3."""

from __future__ import annotations

import voluptuous as vol
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/coordinator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Coordinator for ista EcoTrend Version 3."""

from __future__ import annotations

import datetime
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/diagnostics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Diagnostics support for YouTube."""

from __future__ import annotations

from typing import Any
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/entity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Entity definitions for Ecotrend sensors."""

from __future__ import annotations

from dataclasses import dataclass
Expand Down
1 change: 1 addition & 0 deletions custom_components/ecotrend_ista/sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Support for reading status from ecotren-ists."""

from __future__ import annotations

import datetime
Expand Down

0 comments on commit 353a49a

Please sign in to comment.