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 f3ae00f commit 5c83b9bCopy full SHA for 5c83b9b
1 file changed
noxfile.py
@@ -101,6 +101,15 @@ def typing(session):
101
session.run("pyright", *session.posargs, REFERENCING)
102
103
104
+@session()
105
+def mypy(session):
106
+ """
107
+ Check that mypy runs with no blocking errors.
108
109
+ session.install("mypy", ROOT)
110
+ session.run("mypy", REFERENCING)
111
+
112
113
@session(tags=["docs"])
114
@nox.parametrize(
115
"builder",
0 commit comments