Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Oct 12, 2024
1 parent 86164ab commit a180fe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ enabled = true
ignore-words-list = "hass"

[tool.mypy]
plugins = "pydantic.mypy"
plugins = [
"pydantic.mypy"
]
python_version = "3.12"
check_untyped_defs = true
disallow_incomplete_defs = true
Expand Down

0 comments on commit a180fe4

Please sign in to comment.