From ef155ecacd752dbcda4a3d93a42740f61116d26c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:47:13 +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: v2.5.0 → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/v2.5.0...v3.16.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 21.5b2 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/21.5b2...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v6.0.0) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.1...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 272c7ed..974e490 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ repos: - - repo: https://github.com/asottile/reorder_python_imports - rev: v2.5.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.16.0 hooks: - id: reorder-python-imports - - repo: https://github.com/psf/black - rev: 21.5b2 + - 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.0.1 + 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.3.1" + rev: "v4.0.0-alpha.8" hooks: - id: prettier types: [file]