From 9fa8aa8ce756bab222e15db917f2a16254b9e148 Mon Sep 17 00:00:00 2001 From: Remi-Gau <6961185+Remi-Gau@users.noreply.github.com> Date: Fri, 1 May 2026 00:49:43 +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..953b1c56 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.12 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: v1.20.2 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-Jinja2, types-click]