From 8ec5e509d54ad232335e5365ec62862028c4a95e Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 17 Oct 2023 13:03:55 +0200 Subject: [PATCH] chore: version bump on pre-commit hooks --- .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 5d16bcc..e6372d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -17,7 +17,7 @@ repos: hooks: - id: reuse - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '2.7.2' + rev: '2.7.3' hooks: - id: editorconfig-checker alias: ec