Skip to content

Commit 4fe9c81

Browse files
committed
Add basedpyright to poe lint
1 parent 3c29257 commit 4fe9c81

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Documentation = "https://docs.temporal.io/docs/python"
3838

3939
[dependency-groups]
4040
dev = [
41+
"basedpyright==1.34.0",
4142
"cibuildwheel>=2.22.0,<3",
4243
"grpcio-tools>=1.48.2,<2",
4344
"mypy==1.18.2",
@@ -96,6 +97,7 @@ lint-docs = "uv run pydocstyle --ignore-decorators=overload"
9697
lint-types = [
9798
{ cmd = "uv run pyright" },
9899
{ cmd = "uv run mypy --namespace-packages --check-untyped-defs ." },
100+
{ cmd = "uv run basedpyright" }
99101
]
100102
run-bench = "uv run python scripts/run_bench.py"
101103
test = "uv run pytest"

uv.lock

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

0 commit comments

Comments
 (0)