Skip to content

Commit 7428d19

Browse files
authored
Update .pre-commit-config.yaml
Ignore line endings
1 parent 7cdd38f commit 7428d19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ repos:
3030
rev: v2.4.0 # Must match requirements-dev.txt
3131
hooks:
3232
- id: add-trailing-comma
33+
34+
ci:
35+
skip:
36+
# Ignore until Linux support. We don't want lf everywhere yet
37+
# And crlf fails on CI because pre-commit runs on linux
38+
- "mixed-line-ending"

0 commit comments

Comments
 (0)