From 0ecb68aeaac98261b77415197a1931d7ca2b15f0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 6 Feb 2024 13:07:59 +0200 Subject: [PATCH] pre-commit autoupdate & prettier --- .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 d48632fb..5b1ef24a 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.3 + rev: 0.28.0 hooks: - id: check-dependabot - id: check-github-workflows @@ -69,7 +69,7 @@ repos: exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier - "prettier@3.2.4", + "prettier@3.2.5", # https://www.npmjs.com/package/@prettier/plugin-xml "@prettier/plugin-xml@3.2.2", ]