Skip to content

Commit 950116a

Browse files
committed
Reduce cooldown window
1 parent 37079c5 commit 950116a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typing = [ "types-boltons>=25.0.0.20250822", "types-pyyaml>=6.0.12.9" ]
148148
# (sync-uv-lock) reverts uv.lock when the only diff is timestamp noise.
149149
exclude-newer = "1 week"
150150
# Exclude repomatic from the cooldown period.
151-
exclude-newer-package = { "click-extra" = "0 day", "repomatic" = "0 day" }
151+
exclude-newer-package = { "click-extra" = "6 day", "repomatic" = "0 day" }
152152
# Package is at root level, not in "./src/".
153153
build-backend.module-root = ""
154154

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)