From b5fc9026af4e28b5565993757c69aac3b11c7d3a Mon Sep 17 00:00:00 2001 From: Joerg Date: Mon, 11 Nov 2024 21:48:55 +0100 Subject: [PATCH] Revert unintended modification by 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 abf5a7a25de..1f2c010c51e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -111,7 +111,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.15.0 + rev: v0.14.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/python-jsonschema/check-jsonschema @@ -124,7 +124,7 @@ repos: - id: prettier types: [yaml] - repo: https://github.com/qarmin/qml_formatter.git - rev: latest # No release tag yet including #6 fix + rev: 37c2513b1b8275a475a160ed2f5b044910335d5f # No release tag yet including #6 fix hooks: - id: qml_formatter - repo: local