Skip to content

Commit 152a307

Browse files
committed
Use relative duration for uv exclude-newer instead of hardcoded date
Changes "2026-03-25T00:00:00Z" to "7d" so it always resolves to 7 days ago from the current time. https://claude.ai/code/session_01LXQH3dzc39q98gtVZ4TJuc
1 parent f96db9c commit 152a307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ select = ["E", "F", "I", "N"]
6565
ignore = []
6666

6767
[tool.uv]
68-
exclude-newer = "2026-03-25T00:00:00Z"
68+
exclude-newer = "7d"
6969

7070
[tool.ruff.mccabe]
7171
max-complexity = 10

0 commit comments

Comments
 (0)