We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7e22d commit 8993f10Copy full SHA for 8993f10
pre_commit_hooks/check_merge_conflict.py
@@ -7,6 +7,7 @@
7
CONFLICT_PATTERNS = [
8
b'<<<<<<< ',
9
b'======= ',
10
+ b'||||||| ',
11
b'=======\n',
12
b'>>>>>>> ',
13
]
0 commit comments