From ebc5e2bf17c943d6d67ce6193d9e1fae4a55794f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:15:17 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 20.8b1 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/20.8b1...25.9.0) - [github.com/asottile/pyupgrade: v2.7.4 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v2.7.4...v3.20.0) - [github.com/PyCQA/flake8: 3.8.4 → 7.3.0](https://github.com/PyCQA/flake8/compare/3.8.4...7.3.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 182da19..167f8f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - - repo: https://github.com/psf/black - rev: 20.8b1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/PyCQA/flake8 - rev: "3.8.4" + rev: "7.3.0" hooks: - id: flake8