From 8ebb0aec228e3e2d40dc5197db450cc369ca9a2e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:47:07 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.20.0) - [github.com/psf/black: 24.4.2 → 25.9.0](https://github.com/psf/black/compare/24.4.2...25.9.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bae474..6477d9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort name: isort (python) @@ -18,12 +18,12 @@ repos: - "--filter-files" - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.20.0 hooks: - id: pyupgrade args: ["--py39-plus"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 25.9.0 hooks: - id: black