Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f9f633b

Browse files
authored
exclude pnpm-lock.yaml from precommit (#61158)
1 parent ffbbcca commit f9f633b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repos:
44
rev: v2.3.0
55
hooks:
66
- id: check-yaml
7+
exclude: 'pnpm-lock.yaml'
78
- id: end-of-file-fixer
89
- id: trailing-whitespace
910
- repo: https://github.com/keith/pre-commit-buildifier

0 commit comments

Comments
 (0)