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

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')
Nice, supporting both definitely seems ideal.