Skip to content

Commit

Permalink
build: install mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Apr 8, 2024
1 parent 35d907c commit b5a8b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def poetry(session: nox.Session) -> None:

@nox.session(py=["3.8"])
def mypy(session: nox.Session) -> None:
session.install("mypy")
session.run("mypy", ".")


Expand Down

0 comments on commit b5a8b62

Please sign in to comment.