From 59704d467b7c3e37590c6ffbd38f77552fb06e02 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:01:19 +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: - [github.com/psf/black: 23.9.1 → 23.11.0](https://github.com/psf/black/compare/23.9.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.3) - [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](https://github.com/python-poetry/poetry/compare/1.6.0...1.7.0) - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](https://github.com/hadialqattan/pycln/compare/v2.3.0...v2.4.0) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.6.0...v1.7.1) --- .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 85f9cd4..d684e54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.11.0" hooks: - id: black-jupyter @@ -28,21 +28,21 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] args: [--prose-wrap=never] - repo: https://github.com/python-poetry/poetry - rev: "1.6.0" # add version here + rev: "1.7.0" # add version here hooks: - id: poetry-check - id: poetry-lock args: ["--check", "--no-update"] - repo: https://github.com/hadialqattan/pycln - rev: v2.3.0 + rev: v2.4.0 hooks: - id: pycln args: [--config=pyproject.toml] @@ -54,7 +54,7 @@ repos: name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.6.0" + rev: "v1.7.1" hooks: - id: mypy args: [--config-file, ./pyproject.toml]