From 84f6e2efd438e805e93fd7927afb0ef535099ac8 Mon Sep 17 00:00:00 2001 From: Stranger6667 Date: Sun, 16 Aug 2026 01:12:15 +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 c019ed0..4b74ae1 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.3.0 + rev: v2.3.1 hooks: - id: mypy exclude: ^(tests|benches)/.*$ args: ["--ignore-missing-imports"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.3 hooks: - id: ruff-format - id: ruff-check