From 9db96fe98669c5b04e793a45fa3cc2967ea32f60 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 10 Sep 2021 14:50:28 +0200 Subject: [PATCH] Dont run crlf remover on all PC's --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a64ac5eb20..cce767d4f77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.1.10 hooks: - - id: remove-crlf - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks