Compare commits

..

2 Commits

Author SHA1 Message Date
d7ab42c26b chore(deps): update dependency glob to v11.1.0
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m18s
2025-12-27 20:12:17 +00:00
97ecdcbc66 Exclude the dist forlder from pre-commit (#54)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m12s
Reviewed-on: #54
2025-12-27 21:10:44 +01:00

View File

@@ -1,4 +1,4 @@
exclude: ^node_modules/ exclude: ^(dist|node_modules)/
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0 rev: v6.0.0