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 9263cb0 commit 68cee70Copy full SHA for 68cee70
1 file changed
packages/bigframes/noxfile.py
@@ -1054,7 +1054,7 @@ def prerelease_deps(session):
1054
1055
# NOTE: this is based on mypy session that came directly from the bigframes split repo
1056
# the split repo used 3.10, the monorepo uses 3.14
1057
-@nox.session(python="3.14", name="mypy (DINOROAR)")
+@nox.session(python="3.14")
1058
def mypy(session):
1059
"""Run type checks with mypy."""
1060
# Editable mode is not compatible with mypy when there are multiple
0 commit comments