Skip to content

Commit

Permalink
add uv script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Dec 7, 2024
1 parent 23bcbcd commit f1907ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions snippets/python-mode/uv-script
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# name: uv-script
# key: uv
# --
#!/usr/bin/uv run
# /// script
# dependencies = [
# $1
# ]
# ///
$0

0 comments on commit f1907ed

Please sign in to comment.