Skip to content

Commit b08f43f

Browse files
franccescoclaude
andcommitted
chore: switch from pyright to basedpyright
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c4e625c commit b08f43f

3 files changed

Lines changed: 28 additions & 22 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
run: uv sync --all-extras
6060

6161
- name: Type check
62-
run: uv run pyright
62+
run: uv run basedpyright

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev = [
1818
"pytest-cov>=5.0.0",
1919
"pytest-asyncio>=0.23.0",
2020
"ruff>=0.5.0",
21-
"pyright>=1.1.0",
21+
"basedpyright>=1.1.0",
2222
]
2323

2424
[build-system]
@@ -69,7 +69,7 @@ max-complexity = 10
6969
quote-style = "double"
7070
indent-style = "space"
7171

72-
[tool.pyright]
72+
[tool.basedpyright]
7373
include = ["src"]
7474
pythonVersion = "3.12"
7575
typeCheckingMode = "strict"

uv.lock

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

0 commit comments

Comments
 (0)