From 93266e3510abce1ac851933910c28b9dd217685f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 2 Feb 2025 09:22:15 +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 b056a2d6..fae47ec9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: # GitHub Actions etc. configuration validity checking - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: #- id: check-jsonschema - id: check-dependabot @@ -96,7 +96,7 @@ repos: # .editorconfig validity checking - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.1.2" + rev: "3.2.0" hooks: - id: editorconfig-checker alias: ec