From 61c5676a0c3ec0b27ceda95de8a4eadf0ecc738b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 7 Dec 2023 08:15:40 +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 36c3477..1b5ba5e 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.2 + rev: 0.27.3 hooks: - id: check-dependabot - id: check-github-workflows @@ -63,7 +63,7 @@ repos: - id: reuse - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3" + rev: "v4.0.0-alpha.3-1" hooks: - id: prettier exclude_types: [json]