Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b062591

Browse files
committed
Add pyright
1 parent 95a873a commit b062591

File tree

2 files changed

+22
-72
lines changed

2 files changed

+22
-72
lines changed

poetry.lock

Lines changed: 21 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jinja2 = ">=3.0.3"
2121
typing-extensions = "^4.7.1"
2222

2323
[tool.poetry.group.dev.dependencies]
24-
mypy = "^1.11.2"
2524
pre-commit = "^2.17.0"
2625
grpcio-tools = "^1.54.2"
2726
mkdocs-material = {version = "^9.5.49", python = ">=3.10"}
2827
mkdocstrings = {version = "^0.27.0", python = ">=3.10", extras = ["python"]}
2928
poethepoet = ">=0.9.0"
29+
pyright = "^1.1.391"
3030

3131
[tool.poetry.group.test.dependencies]
3232
pytest = "^6.2.5"

0 commit comments

Comments
 (0)