Skip to content

Commit e2a598c

Browse files
committed
Remove cooldown expections
1 parent e68d9fb commit e2a598c

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
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" = "6 day", "repomatic" = "0 day" }
151+
exclude-newer-package = { "repomatic" = "0 day" }
152152
# Package is at root level, not in "./src/".
153153
build-backend.module-root = ""
154154

uv.lock

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

0 commit comments

Comments
 (0)