Skip to content

Commit

Permalink
poetry: add mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Feb 12, 2024
1 parent 22f023b commit 578b318
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 3 deletions.
194 changes: 193 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ python = ">=3.12,<3.13"
pytest-homeassistant-custom-component = ">=0.13.100"
#bandit = "*"
#black = {version = "*", allow-prereleases = true}
#mypy = "*"
#pre-commit = "*"
mypy = "*"
pre-commit = "*"
#pydocstyle = ">=6.0.0"
#prospector = {extras = ["with_vulture"], version = "*"}
pytest-asyncio = "*"
Expand Down

0 comments on commit 578b318

Please sign in to comment.