Skip to content

Commit 375f05b

Browse files
committed
Fix pre-commit
1 parent 39b54e1 commit 375f05b

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
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: yamlfmt
77
files: .*.(yaml|yml)
8-
exclude: templates/
8+
exclude: (templates|.github)/
99
args: [--mapping, '2', --sequence, '2', --offset, '0']
1010
- repo: local
1111
hooks:

0 commit comments

Comments
 (0)