[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/yasnippet-snippets f1907ed38a: add uv script
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/yasnippet-snippets f1907ed38a: add uv script |
Date: |
Sat, 7 Dec 2024 19:00:55 -0500 (EST) |
branch: elpa/yasnippet-snippets
commit f1907ed38acc479e78d5c113810465e4d77d8604
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: Andrea Crotti <andrea.crotti.0@gmail.com>
add uv script
---
snippets/python-mode/uv-script | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/snippets/python-mode/uv-script b/snippets/python-mode/uv-script
new file mode 100644
index 0000000000..c4dafcb734
--- /dev/null
+++ b/snippets/python-mode/uv-script
@@ -0,0 +1,11 @@
+# -*- mode: snippet -*-
+# name: uv-script
+# key: uv
+# --
+#!/usr/bin/uv run
+# /// script
+# dependencies = [
+# $1
+# ]
+# ///
+$0
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/yasnippet-snippets f1907ed38a: add uv script,
ELPA Syncer <=