Skip to content

Commit

Permalink
Update mypy and black
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Jan 4, 2025
1 parent 15f98b9 commit 3f09244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ repos:
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
# These are duplicated from requirements.txt
additional_dependencies:
[
homeassistant-stubs==2023.7.0,
homeassistant-stubs==2024.12.5,
types-python-slugify==8.0.0.2,
voluptuous-stubs==0.1.1,
]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ pytest-asyncio

colorlog==6.7.0
pre-commit==3.3.3
black==23.3.0
black==23.9.0
ruff==0.0.275
# These are duplicated in .pre-commit-config.yaml
reorder-python-imports==3.10.0
mypy==1.4.1
mypy==1.5.1
# Currently not avaiable, see https://github.com/KapJI/homeassistant-stubs/issues/510
# homeassistant-stubs==2025.1.0 # Matching HA version
types-python-slugify==8.0.0.2
Expand Down

0 comments on commit 3f09244

Please sign in to comment.