From 127dfc2895caf3f14504619b4c4658569f0134a6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 19 Aug 2024 10:29:48 -0400 Subject: [PATCH] ENH: Update pre-commit settings adding "mixed-line-ending" Replaces or checks mixed line ending. See https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#mixed-line-ending --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c04fb91f..64ccf052 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: - id: check-toml - id: check-yaml - id: debug-statements + - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit