From 9f5efacd0877ac41bbf7c640b9c28c387606cb6e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 3 May 2023 19:49:02 +0300 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 5237a1f..8bf62ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: fix-byte-order-marker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.21.0 + rev: 0.22.0 hooks: - id: check-dependabot - id: check-github-actions @@ -20,7 +20,7 @@ repos: - id: check-gitlab-ci - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier - repo: https://github.com/editorconfig-checker/editorconfig-checker.python