Skip to content

Commit dd9376f

Browse files
committed
fix: replace pyright call with basedpyright
1 parent a2d5945 commit dd9376f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def typecheck(session: Session) -> None:
123123
session.install("-e", ".", "--group", "dev")
124124

125125
session.log(f"Running Basedpyright check with py{session.python}.")
126-
session.run("pyright", "--pythonversion", session.python)
126+
session.run("basedpyright", "--pythonversion", session.python)
127127

128128

129129
@nox.session(python=False, name="security-python", tags=[SECURITY])

0 commit comments

Comments
 (0)