Skip to content

Commit

Permalink
Merge pull request #211 from dckiller51/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
dckiller51 authored Dec 4, 2023
2 parents 5944270 + 29ea266 commit 06ff0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repos:
- --fix=lf
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.3
hooks:
- id: prettier
additional_dependencies:
Expand Down
5 changes: 1 addition & 4 deletions custom_components/bodymiscale/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
SensorStateClass,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
PERCENTAGE,
UnitOfMass,
)
from homeassistant.const import PERCENTAGE, UnitOfMass
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.typing import StateType
Expand Down

0 comments on commit 06ff0d7

Please sign in to comment.