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 8ff642b commit 184fe60Copy full SHA for 184fe60
noxfile.py
@@ -1,5 +1,5 @@
1
# /// script
2
-# dependencies = ["nox", "github_action_utils"]
+# dependencies = ["nox", "github_action_utils", "uv"]
3
# ///
4
5
from contextlib import contextmanager
@@ -74,3 +74,7 @@ def poetry(session: nox.Session) -> None:
74
def mypy(session: nox.Session) -> None:
75
poetry(session)
76
session.run("mypy", "duckdb_engine/")
77
+
78
79
+if __name__ == "__main__":
80
+ nox.main()
0 commit comments