Skip to content

Commit a1798e1

Browse files
committed
build: replace pyright with basedpyright
1 parent d47633a commit a1798e1

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ test = [
4242
"pytest-cov>=6.1.1",
4343
]
4444
typecheck = [
45-
"pyright>=1.1.400",
45+
"basedpyright>=1.34.0",
4646
]

uv.lock

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

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev = [
3939
"pip-audit>=2.9.0",
4040
"pytest>=8.3.5",
4141
"pytest-cov>=6.1.1",
42-
"pyright>=1.1.400",
42+
"basedpyright>=1.34.0",
4343
]
4444
docs = [
4545
"furo>=2024.8.6",

0 commit comments

Comments
 (0)