From dce2b0dfa85a69f55fa2c0724ce29cbb4e5474ad Mon Sep 17 00:00:00 2001 From: Chris <363708+christopherwoodall@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:14:47 -0500 Subject: [PATCH] Add exclude-newer option for UV tool in pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 992e548f9..b4dc6ed34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,3 +134,6 @@ markers = [ "integration: marks tests requiring external services (API keys, Modal, etc.)", ] addopts = "-m 'not integration' -n auto" + +[tool.uv] +exclude-newer = "7 days"