Skip to content

Commit

Permalink
Unpin homeassistant-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse committed Nov 21, 2023
1 parent 2c786ca commit ed68060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: mypy
additional_dependencies:
[
homeassistant-stubs==2023.8.1,
homeassistant-stubs,
voluptuous-stubs,
types-python-dateutil,
types-PyYAML,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = ["python-dateutil", "feedparser==6.0.10", "homeassistant"]
[project.optional-dependencies]
dev = [
"black",
"homeassistant-stubs==2023.8.1",
"homeassistant-stubs",
"pytest==7.4.0",
"mypy",
"ruff",
Expand Down

0 comments on commit ed68060

Please sign in to comment.