Skip to content

Commit b247942

Browse files
committed
Fix pre-commit file exclusion pattern
1 parent 58619db commit b247942

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
@@ -24,7 +24,7 @@
2424
{
2525
"id": "mixed-line-ending",
2626
"args": ["--fix", "lf"],
27-
"exclude": "test/testdata/.*CRLF*.hs$"
27+
"exclude": "test/testdata/.*CRLF.*?\\.hs$"
2828
}
2929
]
3030
}

0 commit comments

Comments
 (0)