Skip to content

Commit 18aea8f

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 4660181.
1 parent e39ffc1 commit 18aea8f

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
@@ -160,10 +160,6 @@ sphinx-gp-sitemap = false
160160
sphinx-gp-theme = false
161161
sphinx-ux-autodoc-layout = false
162162
sphinx-ux-badges = false
163-
# TEMPORARY - REVERT BEFORE MERGE. ruff 0.16.0 released 2026-07-23 and is
164-
# still inside the 3-day cooldown, so the resolver cannot see it. Drop this
165-
# line once the cooldown clears; the version floor is what holds ruff 0.16.
166-
ruff = false
167163

168164
[tool.mypy]
169165
python_version = "3.10"

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)