I have some project do not install currect project as python package, they are just python files in directory with venv and requirements.txt, and it's not buildable.
currently if I want to run some script I'll have to pass --no-project to uv run everytimes.
Hoping to have a env or config field to make it default.
for example, UV_RUN_NO_PROJECT=1 uv run ... or tool.uv.no-project = true in config file
I have some project do not install currect project as python package, they are just python files in directory with venv and requirements.txt, and it's not buildable.
currently if I want to run some script I'll have to pass
--no-project
touv run
everytimes.Hoping to have a env or config field to make it default.
for example,
UV_RUN_NO_PROJECT=1 uv run ...
ortool.uv.no-project = true
in config file