From 957c8bd7a37ceaed0ac4f67083ca24ac4fa4be61 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 12 Dec 2023 18:51:03 +0100 Subject: [PATCH] pre-commit: Protect against accidental merge conflict markers --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88c0c1e..522033f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,3 +7,8 @@ repos: hooks: - id: ruff - id: ruff-format + + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 + hooks: + - id: check-merge-conflict