diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f23d793..beaf75f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,8 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - + - id: mixed-line-ending + args: [--fix=lf] - repo: https://github.com/codespell-project/codespell rev: v2.2.6 hooks: