mirror of
https://github.com/astral-sh/uv
synced 2026-01-18 03:50:15 -05:00
## Summary We were writing empty lines between the dependencies and the `tool.uv.sources` table, which led to the `/// script` tag being unclosed and thus not recognized. Closes https://github.com/astral-sh/uv/issues/6700.