From ad4755b16d0b72640f83f1f45c18e24b66ff97af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 05:02:55 +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.10.0](https://github.com/asottile/reorder-python-imports/compare/v2.5.0...v3.10.0) - [github.com/psf/black: 21.5b2 → 23.3.0](https://github.com/psf/black/compare/21.5b2...23.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.4.0) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.1...v3.0.0-alpha.9-for-vscode) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 272c7ed..2d95c22 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.10.0 hooks: - id: reorder-python-imports - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 23.3.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.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: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier types: [file]