From 91432203e2ad70ec3c773ef3319b4aa983d27ee7 Mon Sep 17 00:00:00 2001 From: Stranger6667 Date: Sun, 12 Jul 2026 02:39:12 +0000 Subject: [PATCH] chore: Update pre-commit --- .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 0c922d5..c71d2ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,14 +20,14 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.2.0 hooks: - id: mypy exclude: ^(tests|benches)/.*$ args: ["--ignore-missing-imports"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.21 hooks: - id: ruff-format - id: ruff-check