Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Ignore line endings
  • Loading branch information
Avasam authored Apr 22, 2023
1 parent 7cdd38f commit 7428d19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ repos:
rev: v2.4.0 # Must match requirements-dev.txt
hooks:
- id: add-trailing-comma

ci:
skip:
# Ignore until Linux support. We don't want lf everywhere yet
# And crlf fails on CI because pre-commit runs on linux
- "mixed-line-ending"

0 comments on commit 7428d19

Please sign in to comment.