From 98a2c90985fd22512131290ec6156faf5604c692 Mon Sep 17 00:00:00 2001 From: Remi-Gau <6961185+Remi-Gau@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:57:30 +0000 Subject: [PATCH] pre-commit hooks auto-update --- .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 f4965d57..1a00f8ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --show-fixes] @@ -50,7 +50,7 @@ repos: args: [--autofix, --indent, '4'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-Jinja2, types-click]