5 ms·
You can. See: https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-newer https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-new... How you use it dep
by arwt 6mo ago
You can. See: https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-newer https://docs.astral.sh/uv/reference/cli/#uv-run--exclude-new...
How you use it depends on your workflow. An entry like this in your pyproject.toml could suffice:
[tool.uv]
exclude-newer = "5 days"
- mark_l_watson 6mo agothank you!