Skip to content

Commit 64fc788

Browse files
committed
tmp: fix pre-commit config
1 parent 7ca47e3 commit 64fc788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
7-
exclude: "ast/.*|ppr/.*|core/.*"
7+
exclude: "ast/.*|ppr/.*|core/.*|output/.*"
88
- id: check-yaml
99
- id: fix-byte-order-marker
1010
- id: mixed-line-ending

0 commit comments

Comments
 (0)