From 49f44c3d2c1c1b7736dbe36aa03bd1c3bdeb001f Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 21 May 2024 18:27:57 -0400 Subject: [PATCH] style: enforce LR line ending --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21300f5f..47fb2606 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,8 @@ repos: - id: check-merge-conflict - id: check-symlinks - id: check-toml + - id: mixed-line-ending + args: ["--fix=lr"] # Python - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version.