Add exclude-newer option for UV tool in pyproject.toml

This commit is contained in:
Chris 2026-03-27 20:14:47 -05:00 committed by Teknium
parent f9487ee831
commit dce2b0dfa8

View file

@ -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"