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 3898d4b commit faa6b31Copy full SHA for faa6b31
chapter10-using-types-for-safety-and-inspection/noxfile.py
@@ -60,6 +60,7 @@ def lint(session):
60
def mypy(session: nox.Session) -> None:
61
session.install(".[typing,tests]")
62
session.run("mypy", "src", "tests")
63
+ session.run("mypy", f"--python-executable={sys.executable}", "noxfile.py")
64
65
66
def install_coverage_pth(session):
0 commit comments