From 355fdc1c8fdf13685d257a8901bfd234453f31ac Mon Sep 17 00:00:00 2001 From: Stranger6667 Date: Sun, 10 May 2026 00:45:35 +0000 Subject: [PATCH] chore: Update pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e3919f..8e2d0aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,18 +20,18 @@ repos: - id: gitlint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v2.0.0 hooks: - id: mypy exclude: ^(tests|benches)/.*$ args: ["--ignore-missing-imports"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.12 hooks: - id: ruff-format - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.12 hooks: - id: ruff