Skip to content

Commit

Permalink
Use stable version of mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Dec 20, 2024
1 parent 27f00f3 commit a2e8eb7
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 @@ -153,7 +153,7 @@ def tests_typecheckers(session: Session) -> None:

session.install("pyright")
session.install("pydantic")
session.install("git+https://github.com/python/mypy.git#master")
session.install("mypy")

session.run(
"pytest",
Expand Down

0 comments on commit a2e8eb7

Please sign in to comment.