Exclude the dist forlder from pre-commit (#54)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m12s

Reviewed-on: #54
This commit was merged in pull request #54.
This commit is contained in:
2025-12-27 21:10:44 +01:00
parent de6b54abe9
commit 97ecdcbc66

View File

@@ -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