From 97d8545f71b4b523894e46fa7002a9d40ba0dd2a Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 25 Oct 2024 03:40:17 +0200 Subject: [PATCH] Updates to the pre-commit action created at 2024-10-25 (#34) Update to the pre-commit action. Reviewed-on: https://git.horstenkamp.eu/Philipp/gitea-act-create-pr/pulls/34 Co-authored-by: runner Co-committed-by: runner --- .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 a49e6c8..7b99bd2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^node_modules/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer exclude: (.txt$|.ipynb$|README.md$|readme.mde$)