From 55063ea7d41ae79cb555533c5814f7d1ad54cb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:08:22 +0000 Subject: [PATCH] chore(deps): bump the hooks group with 2 updates Bumps the hooks group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/astral-sh/ty-pre-commit](https://github.com/astral-sh/ty-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.7 to 0.16.8 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.7...v0.16.8) Updates `https://github.com/astral-sh/ty-pre-commit` from v0.0.80 to 0.0.82 - [Release notes](https://github.com/astral-sh/ty-pre-commit/releases) - [Commits](https://github.com/astral-sh/ty-pre-commit/compare/v0.0.80...v0.0.82) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.8 dependency-type: direct:production dependency-group: hooks - dependency-name: https://github.com/astral-sh/ty-pre-commit dependency-version: 0.0.82 dependency-type: direct:production dependency-group: hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 782b2cf..7599258 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.7 + rev: v0.16.8 hooks: - id: ruff-check args: [--fix] @@ -10,6 +10,6 @@ repos: # `uv check` under the hood, so kbforge's own dependencies resolve for ty -- # a local `entry: ty check` hook cannot see them. - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.80 + rev: v0.0.82 hooks: - id: ty