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 ffb95c0 commit 9263cb0Copy full SHA for 9263cb0
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")
+@nox.session(python="3.14", name="mypy (DINOROAR)")
1058
def mypy(session):
1059
"""Run type checks with mypy."""
1060
# Editable mode is not compatible with mypy when there are multiple
@@ -1089,6 +1089,7 @@ def mypy(session):
1089
1090
session.install(*deps)
1091
shutil.rmtree(".mypy_cache", ignore_errors=True)
1092
+ session.log("--- Running mypy (DINOSAUR) ---")
1093
session.run(
1094
"mypy",
1095
f"--config-file={MYPY_CONFIG_FILE}",
0 commit comments