From 567eb22cd8b05bbc58884f3906d32b12350be67c Mon Sep 17 00:00:00 2001 From: runner Date: Sun, 16 Mar 2025 21:50:53 +0100 Subject: [PATCH] Updates to the pre-commit action created at 2025-01-12 (#18) Update to the pre-commit action. Reviewed-on: https://git.horstenkamp.eu/Screeps/screeps-deploy-action/pulls/18 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 876ee87..774dd9d 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$)