Skip to content

Commit 4ef794d

Browse files
johnthagenhenryiii
andauthored
docs: add --script to uv run inline metadata for nox-uv example (#984)
* Add `--script` to `uv run` inline metadata for nox-uv example * Update docs/cookbook.rst Co-authored-by: Henry Schreiner <[email protected]> --------- Co-authored-by: Henry Schreiner <[email protected]>
1 parent e895c3a commit 4ef794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ By default, ``nox-uv`` also validates that the lockfile is up-to-date.
147147

148148
.. code-block:: python
149149
150-
#!/usr/bin/env -S uv run -q
150+
#!/usr/bin/env -S uv run --script --quiet
151151
152152
# /// script
153153
# dependencies = ["nox", "nox-uv"]

0 commit comments

Comments
 (0)