Update Python version for mypy to 3.13 (#135636)

This commit is contained in:
Marc Mueller
2025-01-15 01:43:13 +01:00
committed by GitHub
parent c4d8cda92b
commit 239aa94b6f
4 changed files with 8 additions and 24 deletions

2
mypy.ini generated
View File

@@ -3,7 +3,7 @@
# To update, run python3 -m script.hassfest -p mypy_config
[mypy]
python_version = 3.12
python_version = 3.13
platform = linux
plugins = pydantic.mypy, pydantic.v1.mypy
show_error_codes = true