From cdf23fc59b988d35f106a7f63bc356a8f8c00ab0 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 2 Apr 2023 13:00:17 -0500 Subject: [PATCH] Precommit: Add mixed-line-ending Converts all line endings to Linux linefeed standard. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e3da7601f..82950df2b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,8 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + - id: mixed-line-ending + args: [--fix=lf] - repo: https://github.com/psf/black rev: 22.10.0 hooks: