Skip to content

Commit

Permalink
new: Add mypy and pyright deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Jan 28, 2025
1 parent c2f6fd1 commit 6cbf60b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,16 @@ pillow = "^10.2.0"
cairosvg = "^2.7.1"
mknotebooks = "^0.8.0"

[tool.poetry.group.types.dependencies]
pyright = ">=1.1.293"
mypy = "^1.0.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pyright]
typeCheckingMode = "strict"

[tool.ruff]
line-length = 99

0 comments on commit 6cbf60b

Please sign in to comment.