Skip to content

Commit ea07115

Browse files
committed
Remove other uv --script refs
1 parent a6cde02 commit ea07115

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ dependencies. For example, here we use `uv` to run a python script with
216216
pypi dependencies, and pkgx to load both `uv` and a specific python version:
217217

218218
```sh
219-
#!/usr/bin/env -S pkgx +python@3.11 uv run --script
219+
#!/usr/bin/env -S pkgx +python@3.11 uv run
220220

221221
# /// script
222222
# dependencies = [

scripts/find-orphaned-docker-hub-images.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env -S pkgx +python@3.11 uv run --script
2-
# /// script
1+
#!/usr/bin/env -S pkgx +python@3.11 uv run
32
# dependencies = [
43
# "requests"
54
# ]

0 commit comments

Comments
 (0)