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