From 22a6eeaffb0b245bd81ae6017034fc9116be414c Mon Sep 17 00:00:00 2001 From: Stranger6667 Date: Sun, 17 May 2026 00:47:00 +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..61a8309 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.1.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.13 hooks: - id: ruff-format - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.13 hooks: - id: ruff