From cfa61fd9e7aa8fe2efc864485c9c0bc501f33b6d Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:15:34 -0700 Subject: [PATCH] ci: remove crlf --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44924ae..f1e6944 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,8 @@ repos: rev: 22.10.0 hooks: - id: black - language_version: python3 \ No newline at end of file + language_version: python3 +- repo: https://github.com/Lucas-C/pre-commit-hooks + rev: v1.1.9 + hooks: + - id: remove-crlf