We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d5945 commit dd9376fCopy full SHA for dd9376f
{{cookiecutter.project_name}}/noxfile.py
@@ -123,7 +123,7 @@ def typecheck(session: Session) -> None:
123
session.install("-e", ".", "--group", "dev")
124
125
session.log(f"Running Basedpyright check with py{session.python}.")
126
- session.run("pyright", "--pythonversion", session.python)
+ session.run("basedpyright", "--pythonversion", session.python)
127
128
129
@nox.session(python=False, name="security-python", tags=[SECURITY])
0 commit comments