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 2f0604b commit a6b72e6Copy full SHA for a6b72e6
noxfile.py
@@ -202,7 +202,7 @@ def safety(session: Session) -> None:
202
def mypy(session: Session) -> None:
203
"""Type-check using mypy."""
204
args = session.posargs or ["src", "tests", "docs/conf.py"]
205
- session_install_uv(session, install_dev=True)
+ session_install_uv(session)
206
session_install_uv_package(session, ["mypy", "pytest"])
207
session.run("mypy", *args)
208
if not session.posargs:
0 commit comments