From fd3c3f12be437197ba35a9add23c984058a4d569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:10:12 +0000 Subject: [PATCH] deps(deps): bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-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.15.22 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0) Updates `https://github.com/astral-sh/ty-pre-commit` from v0.0.62 to 0.0.63 - [Release notes](https://github.com/astral-sh/ty-pre-commit/releases) - [Commits](https://github.com/astral-sh/ty-pre-commit/compare/v0.0.62...v0.0.63) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/astral-sh/ty-pre-commit dependency-version: 0.0.63 dependency-type: direct:production dependency-group: pre-commit-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 c8c9cf1..9a2be5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.62 + rev: v0.0.63 hooks: - id: ty name: ty check