From ef9292689c1b37781c8ae82d969ed26d8ef14504 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Mon, 14 Mar 2022 21:02:18 -0400 Subject: [PATCH] install pre-commit --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f43d926..fa4a979 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,8 @@ repos: - id: check-xml - id: check-executables-have-shebangs - id: end-of-file-fixer + - id: mixed-line-ending + args: [--fix, auto] - id: fix-byte-order-marker - id: trailing-whitespace - repo: https://github.com/jumanjihouse/pre-commit-hooks