We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bcbcd commit f1907edCopy full SHA for f1907ed
snippets/python-mode/uv-script
@@ -0,0 +1,11 @@
1
+# -*- mode: snippet -*-
2
+# name: uv-script
3
+# key: uv
4
+# --
5
+#!/usr/bin/uv run
6
+# /// script
7
+# dependencies = [
8
+# $1
9
+# ]
10
+# ///
11
+$0
0 commit comments