From 2f66fcc5a72d1b3d14336603b9730c5fad620d26 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 14 Dec 2023 15:00:34 +0200 Subject: [PATCH] pre-commit autoupdateish --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6962e9b..5974b34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,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-actions @@ -66,13 +66,13 @@ repos: - id: check-gitlab-ci - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3" + rev: "v4.0.0-alpha.5" hooks: - id: prettier exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier - "prettier@3.1.0", + "prettier@3.1.1", # https://www.npmjs.com/package/@prettier/plugin-xml "@prettier/plugin-xml@3.2.2", # https://www.npmjs.com/package/prettier-plugin-toml