From cf1a0b4eb92e578b964353f65ce1889cadc69dc2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:31:47 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20update=20p?= =?UTF-8?q?re-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/srstevenson/nb-clean: 3.0.0 → 3.0.1](https://github.com/srstevenson/nb-clean/compare/3.0.0...3.0.1) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...23.9.1) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.2...v3.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.286...v0.0.292) --- .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 e1453135a..b121210f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: # Clean jupyter notebooks - repo: https://github.com/srstevenson/nb-clean - rev: "3.0.0" + rev: "3.0.1" hooks: - id: nb-clean @@ -43,7 +43,7 @@ repos: # Run code formatting with Black - repo: https://github.com/psf/black-pre-commit-mirror - rev: "23.7.0" # Keep in sync with blacken-docs + rev: "23.9.1" # Keep in sync with blacken-docs hooks: - id: black @@ -69,13 +69,13 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.2" + rev: "v3.0.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, javascript, json] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.286 + rev: v0.0.292 hooks: - id: ruff args: ["--fix"] From f23fe9b3b090611db3c17a3e8c7e08da8df46d79 Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Sun, 8 Oct 2023 08:23:17 +0000 Subject: [PATCH 2/2] keeped black version in sync --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8d3f9a1f..368e83f3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.7.0 # keep in sync with black hook + - black==23.9.1 # keep in sync with black hook # Check for spelling - repo: https://github.com/codespell-project/codespell