From 5593601473663dc53e18f20f061193ec48ef9290 Mon Sep 17 00:00:00 2001 From: Remi-Gau <6961185+Remi-Gau@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:30:27 +0000 Subject: [PATCH] pre-commit hooks auto-update --- .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 ecc7c55b..9756a625 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,13 +24,13 @@ repos: - tomli - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black @@ -52,7 +52,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-Jinja2, types-click]