From f0603a1b6c7aeecf7ff320ea8f82247b1c5812c6 Mon Sep 17 00:00:00 2001 From: pre-commit Date: Fri, 15 Aug 2025 16:01:31 +0000 Subject: [PATCH] pre-commit: Autoupdate --- .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 75be82045..bd254bebf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort name: isort (python) @@ -16,11 +16,11 @@ repos: args: [-i] types: [python] - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: check-docstring-first