From 879f6d1b11c703a4a5ea0c7942a9e0dded9c6b54 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 29 Jan 2020 16:12:42 +0000 Subject: [PATCH] Remove duplicate entry in pre-commit config --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16045bc..d285259 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,6 @@ repos: - id: mixed-line-ending # Replaces or checks mixed line ending. args: [--fix=lf] - id: end-of-file-fixer # Makes sure files end in a newline and only a newline. - - id: check-merge-conflict # Check for files that contain merge conflict strings. - repo: local hooks: