From b18c8a0ef48f9647fa385a476acc5dfc7aa18b3d Mon Sep 17 00:00:00 2001 From: Stranger6667 Date: Sun, 14 Dec 2025 00:24:20 +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 356840d..42b6ebb 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.18.2 + rev: v1.19.0 hooks: - id: mypy exclude: ^(tests|benches)/.*$ args: ["--ignore-missing-imports"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.9 hooks: - id: ruff-format - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.9 hooks: - id: ruff