From b07872accd5731057637944179c753fce38df7f6 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 23 Aug 2026 16:52:13 +1000 Subject: [PATCH] Narrow pre-commit exclude to vendored minified assets only --- .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 c91b826..70bdeb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: ^web/static/ +exclude: ^web/static/(jquery|bootstrap)[^/]*\.min\.(js|css)$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks