From abc51b7719f1abe4438a0abe1a135e5328925e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:22:37 +0000 Subject: [PATCH] Bump the pre-commit group with 2 updates Bumps the pre-commit 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.1 to 0.16.2 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.2) Updates `https://github.com/astral-sh/ty-pre-commit` from v0.0.68 to 0.0.71 - [Release notes](https://github.com/astral-sh/ty-pre-commit/releases) - [Commits](https://github.com/astral-sh/ty-pre-commit/compare/v0.0.68...v0.0.71) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.2 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/astral-sh/ty-pre-commit dependency-version: 0.0.71 dependency-type: direct:production dependency-group: pre-commit ... 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 217ace3..95c6e01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.2 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.68 + rev: v0.0.71 hooks: - id: ty - repo: https://github.com/codespell-project/codespell