From 97ecdcbc66e4869972a76106e3e5184d2c6730a4 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 27 Dec 2025 21:10:44 +0100 Subject: [PATCH] Exclude the dist forlder from pre-commit (#54) Reviewed-on: https://git.horstenkamp.eu/Screeps/screeps-deploy-action/pulls/54 --- .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 bc08a57..ab48cd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: ^node_modules/ +exclude: ^(dist|node_modules)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0