Skip to content

Commit

Permalink
adjust dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Nov 24, 2023
1 parent f7489da commit 2894a43
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 5 deletions.
77 changes: 76 additions & 1 deletion poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ mytoyota = "0.9.3"
arrow = "^1.1.1"

[tool.poetry.dev-dependencies]
black = "^23.11"
homeassistant-stubs = "^2023.11"
pre-commit = "^3.5"
pytest-homeassistant-custom-component = "^0.13"
homeassistant = "^2023.11"
pre-commit = "^3.5.0"
black = "^23.11.0"
ruff = "^0.1.5"
ruff = "^0.1"
voluptuous-stubs = "^0.1"

[tool.ruff]
select = [
Expand Down

0 comments on commit 2894a43

Please sign in to comment.