From cbc45bbd10ccc6ccf6cab3d8c4991fce274a04e6 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 27 Dec 2025 21:10:19 +0100 Subject: [PATCH] Exclude the dist forlder from pre-commit --- .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