From 86846101ecc53811cdc3160477628c930fbb419c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:52:10 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#49) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.1...v3.0.2) - [github.com/python-poetry/poetry: 1.5.0 → 1.6.0](https://github.com/python-poetry/poetry/compare/1.5.0...1.6.0) - [github.com/hadialqattan/pycln: v2.2.1 → v2.2.2](https://github.com/hadialqattan/pycln/compare/v2.2.1...v2.2.2) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a59a8ac..06b9d69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,21 +28,21 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v3.0.2" 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.5.0" # add version here + rev: "1.6.0" # add version here hooks: - id: poetry-check - id: poetry-lock args: ["--check", "--no-update"] - repo: https://github.com/hadialqattan/pycln - rev: v2.2.1 + rev: v2.2.2 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.4.1" + rev: "v1.5.1" hooks: - id: mypy args: [--config-file, ./pyproject.toml]