Skip to content

Commit 8993f10

Browse files
committed
Check for diff3-style merge conflict artifacts.
1 parent 2f7e22d commit 8993f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre_commit_hooks/check_merge_conflict.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
CONFLICT_PATTERNS = [
88
b'<<<<<<< ',
99
b'======= ',
10+
b'||||||| ',
1011
b'=======\n',
1112
b'>>>>>>> ',
1213
]

0 commit comments

Comments
 (0)