exclude pnpm-lock.yaml from precommit (#61158)

This commit is contained in:
William Bezuidenhout 2024-03-14 17:35:14 +02:00 committed by GitHub
parent ffbbccac49
commit f9f633bcfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ repos:
rev: v2.3.0
hooks:
- id: check-yaml
exclude: 'pnpm-lock.yaml'
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/keith/pre-commit-buildifier