From 12ddf234bd91dba817fe6d4810e4623a1697c54e Mon Sep 17 00:00:00 2001 From: veit Date: Sun, 15 Oct 2023 15:49:30 +0200 Subject: [PATCH] :arrow_up: Update pre-commit-hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61265656..22d67e29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer