python: Add support for `uv run` as the shebang line (#45881)
flou
created
`uv run` can be used to specify a shebang for a Python script.
See:
https://docs.astral.sh/uv/guides/scripts/#using-a-shebang-to-create-an-executable-file
Release Notes:
- Added support for `uv run` in the shebang line to be interpreted as a
Python script