Skip to content

Commit ffa757e

Browse files
committed
Revert "chore(uv[cooldown]): Exempt ruff from release cooldown"
why: ruff 0.16.0 published 2026-07-23T19:10Z and has now cleared uv's 3-day supply-chain cooldown, so the resolver reaches it unaided. The `ruff>=0.16.0` floor is what holds the version; leaving the exemption would permanently opt ruff out of the cooldown guard. what: - Drop `ruff = false` from `[tool.uv.exclude-newer-package]` - Relock: the setting is recorded in `uv.lock`, so removing it forces a re-resolve. ruff stays at 0.16.0 and no other package moves. This reverts commit 7790836.
1 parent 8543980 commit ffa757e

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

pyproject.toml

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

149145
[tool.mypy]
150146
strict = true

uv.lock

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

0 commit comments

Comments
 (0)