From 9167a62d8bb100dffa0aed6e50496257e6049bd0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:02: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/pre-commit-hooks: v2.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v4.5.0) - [github.com/psf/black: 20.8b1 → 23.10.1](https://github.com/psf/black/compare/20.8b1...23.10.1) - https://github.com/prettier/prettier → https://github.com/pre-commit/mirrors-prettier - [github.com/pre-commit/mirrors-prettier: master → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/master...v3.0.3) --- .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 9256a2b..e959edd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 23.10.1 hooks: - id: black - - repo: https://github.com/prettier/prettier - rev: "master" # Use the sha or tag you want to point at + - repo: https://github.com/pre-commit/mirrors-prettier + rev: "v3.0.3" # Use the sha or tag you want to point at hooks: - id: prettier - repo: https://github.com/motet-a/jinjalint