Skip to content

Commit

Permalink
fix: paths in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Dec 4, 2024
1 parent 50d6ac0 commit b942b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def ruff(session: nox.Session) -> None:
def mypy(session: nox.Session) -> None:
"""Run mypy."""
install(session)
session.run("mypy", ".")
session.run("mypy")


@nox.session(python=PYTHON_VERSIONS)
Expand Down

0 comments on commit b942b3c

Please sign in to comment.