Skip to content

Commit 7d66e41

Browse files
committed
fix: Exempt pytest from exclude-newer to prevent Renovate PR loop
1 parent 00e416c commit 7d66e41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ packages = ["plugin"]
3232

3333
[tool.uv]
3434
exclude-newer = "1 week"
35+
exclude-newer-package = { pytest = false }

0 commit comments

Comments
 (0)