Skip to content

Commit ea200b3

Browse files
committed
chore(uv[cooldown]): Exempt ruff from release cooldown
why: uv's global `exclude-newer = "3 days"` supply-chain cooldown hides ruff 0.16.0 (released 2026-07-23) from the resolver, so the version floor in the next commit cannot resolve. what: - Add `ruff = false` to `[tool.uv.exclude-newer-package]` Temporary. Revert before merge - the cooldown clears on its own and the `ruff>=0.16` floor is what actually holds the version.
1 parent c3da8ed commit ea200b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ sphinx-gp-sitemap = false
136136
sphinx-gp-theme = false
137137
sphinx-ux-autodoc-layout = false
138138
sphinx-ux-badges = false
139+
# TEMPORARY - REVERT BEFORE MERGE. ruff 0.16.0 released 2026-07-23 and is
140+
# still inside the 3-day cooldown, so the resolver cannot see it. Drop this
141+
# line once the cooldown clears; the version floor is what holds ruff 0.16.
142+
ruff = false
139143

140144
[tool.mypy]
141145
strict = true

0 commit comments

Comments
 (0)