From 9e3cc6320fef11f239189c3c17ca72b942a060ea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:55:25 +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.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0...v3.0.1) - [github.com/hadialqattan/pycln: v2.1.5 → v2.2.1](https://github.com/hadialqattan/pycln/compare/v2.1.5...v2.2.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ff224e..a59a8ac 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.3.0" + rev: "23.7.0" hooks: - id: black-jupyter @@ -28,7 +28,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v3.0.1" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -42,7 +42,7 @@ repos: args: ["--check", "--no-update"] - repo: https://github.com/hadialqattan/pycln - rev: v2.1.5 + rev: v2.2.1 hooks: - id: pycln args: [--config=pyproject.toml]