Y
Hacker News
new
|
ask
|
show
|
jobs
by
cap11235
268 days ago
You can put the uv setting in pyproject.toml or uv.toml.
2 comments
fainpul
268 days ago
But then you have to hardcode a timestamp, since this is not gonna work in uv.toml:
exclude-newer = $(date -uv -14d '+%Y-%m-%dT%H:%M:%SZ')
link
mcintyre1994
268 days ago
Nice, supporting both definitely seems ideal.
link