Skip to content

Commit

Permalink
Tweak script --no-project comment (#10331)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jan 6, 2025
1 parent 243d2f8 commit 09de670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install the current project before running the script. If your script does not d
project, use the `--no-project` flag to skip this:

```console
$ # Note, it is important that the flag comes _before_ the script
$ # Note: the `--no-project` flag must be provided _before_ the script name.
$ uv run --no-project example.py
```

Expand Down

0 comments on commit 09de670

Please sign in to comment.