Skip to content

Commit ed68060

Browse files
committed
Unpin homeassistant-stubs
1 parent 2c786ca commit ed68060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: mypy
2525
additional_dependencies:
2626
[
27-
homeassistant-stubs==2023.8.1,
27+
homeassistant-stubs,
2828
voluptuous-stubs,
2929
types-python-dateutil,
3030
types-PyYAML,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = ["python-dateutil", "feedparser==6.0.10", "homeassistant"]
2828
[project.optional-dependencies]
2929
dev = [
3030
"black",
31-
"homeassistant-stubs==2023.8.1",
31+
"homeassistant-stubs",
3232
"pytest==7.4.0",
3333
"mypy",
3434
"ruff",

0 commit comments

Comments
 (0)