From 9d732b93b346df18212ba3f4bcad17ee950c0be6 Mon Sep 17 00:00:00 2001 From: purple_emily Date: Fri, 8 Mar 2024 14:43:05 +0000 Subject: [PATCH] Fix mixed line endings --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: