From 315dc09ed8adeb472cf70a93ac9bd7b6a0f91250 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:55:51 +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/pre-commit/mirrors-prettier: v4.0.0-alpha.5 → v4.0.0-alpha.7](https://github.com/pre-commit/mirrors-prettier/compare/v4.0.0-alpha.5...v4.0.0-alpha.7) - [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0) --- .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 7ce6a2d7..d053cda5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: # Hooks that are run everywhere - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.5 # Only update together with the pre-commit yaml in the tempalate! + rev: v4.0.0-alpha.7 # Only update together with the pre-commit yaml in the tempalate! hooks: - id: prettier # Hooks that are run for scripts - repo: https://github.com/psf/black - rev: "23.11.0" + rev: "23.12.0" hooks: - id: black files: ^scripts/