From 3014eea0c884c83a7965bee59518eb544f1fe640 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 21:36:14 +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/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.0.1 → v3.15.0](https://github.com/asottile/reorder-python-imports/compare/v3.0.1...v3.15.0) - [github.com/asottile/pyupgrade: v2.31.1 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v3.20.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.3.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/22.3.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v6.0.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c1a220..a7f0e6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,26 +1,26 @@ repos: - - repo: https://github.com/asottile/reorder_python_imports - rev: v3.0.1 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.15.0 hooks: - id: reorder-python-imports - repo: https://github.com/asottile/pyupgrade - rev: v2.31.1 + rev: v3.20.0 hooks: - id: pyupgrade args: ['--py36-plus'] - - repo: https://github.com/psf/black - rev: 22.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v6.0.0 hooks: - id: fix-byte-order-marker - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.6.2' + rev: 'v4.0.0-alpha.8' hooks: - id: prettier types: [file]