Compare commits

..

2 Commits

Author SHA1 Message Date
4f21ecca83 fix(deps): update dependency glob to v13
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m41s
2025-12-28 04:26:09 +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