Similar issue to #6177
If I run uv run --no-project ... in a directory with a pyproject.toml with a missing project table, I get an error:
❯ uv -V
uv 0.3.2 (c5440001c 2024-08-23)
❯ cd $(mktemp -d)
❯ touch pyproject.toml
❯ uv run --no-project python
error: No `project` table found in: `/private/var/folders/1s/0jgtfqgd1wqc327r1kxgrh3w0000gn/T/tmp.mAGDf4eLya/pyproject.toml`
Same result with --no-config
(this is on MacOS / apple silicon)