From 6d4cf8394bbf6edf7d6f147280b1ec84f1504913 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 22:37:01 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.9.1 → 23.11.0](https://github.com/psf/black/compare/23.9.1...23.11.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](https://github.com/PyCQA/isort/compare/5.12.0...5.13.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.7.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f59c6ec..234d1505 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: language_version: python3.8 - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.0" hooks: - id: isort files: \.py$ @@ -20,7 +20,7 @@ repos: exclude: docs/.*|tests/.*|noxfile.py - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.4" hooks: - id: prettier args: [--prose-wrap, always]