From bd4602798c8b402fe5270c029d51ec800010c688 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Thu, 14 Sep 2023 10:34:31 +0200 Subject: [PATCH] deps: 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 463b6b5..a7f91f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,7 +8,7 @@ repos: - id: check-added-large-files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.16.0 + rev: 0.26.3 hooks: - id: check-github-actions - id: check-github-workflows