From 89ba38d21a9ee8318e6440e3d72247f283a0c7d0 Mon Sep 17 00:00:00 2001 From: HackingGate Date: Fri, 21 Aug 2026 10:14:27 +0900 Subject: [PATCH] Take ruff 0.16.4, which no-stale-hook-pins asked for ruff-pre-commit cut v0.16.4 upstream, so the guard that reads every hook pin at the manual stage started refusing -- on main and on every open branch at once, because the comparison is against the latest tag at run time rather than against anything in the tree. Nothing here changes shape: ruff reports no new finding over this repository at 0.16.4. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50a79cf..b213a4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: # a second copy of it to go stale. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.4 hooks: - id: ruff-check args: [--fix]