From d7793d6f899e12694af0de886a914f70e238ddf6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 4 Dec 2023 17:15:52 +0200 Subject: [PATCH] pre-commit autoupdate --- .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 2279f55..36c3477 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: args: [--update-only, --notitle] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.2 hooks: - id: check-dependabot - id: check-github-workflows @@ -63,7 +63,7 @@ repos: - id: reuse - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.1.0" + rev: "v4.0.0-alpha.3" hooks: - id: prettier exclude_types: [json]