Skip to content

Commit b408e71

Browse files
authored
[CodeStyle] fix remove-crlf hook config (#46154)
1 parent 846c7e7 commit b408e71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ repos:
77
rev: v1.1.14
88
hooks:
99
- id: remove-crlf
10-
files: (?!.*third_party)^.*$ | (?!.*book)^.*$
1110
- repo: https://github.com/google/yapf
1211
rev: v0.32.0
1312
hooks:
@@ -25,7 +24,6 @@ repos:
2524
- id: check-merge-conflict
2625
- id: check-symlinks
2726
- id: detect-private-key
28-
files: (?!.*third_party)^.*$ | (?!.*book)^.*$
2927
- id: end-of-file-fixer
3028
- id: sort-simple-yaml
3129
files: (op|backward|op_[a-z_]+)\.yaml$

0 commit comments

Comments
 (0)