Skip to content

Commit 1eb507e

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 ea200b3.
1 parent dbd5320 commit 1eb507e

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
@@ -136,10 +136,6 @@ 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
143139

144140
[tool.mypy]
145141
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)