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 295acf9 commit c8e9bdcCopy full SHA for c8e9bdc
noxfile.py
@@ -145,7 +145,7 @@ def mypy(session: Session) -> None:
145
"""Type-check using mypy."""
146
args = session.posargs or ["src", "tests", "docs/conf.py"]
147
session.install(".")
148
- session.install("mypy", "pytest")
+ session.install("mypy", "freezegun", "pytest")
149
session.run("mypy", *args)
150
if not session.posargs:
151
session.run("mypy", f"--python-executable={sys.executable}", "noxfile.py")
0 commit comments