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