mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Check for diff3-style merge conflict artifacts.
This commit is contained in:
parent
2f7e22dc21
commit
8993f10466
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from typing import Sequence
|
||||||
CONFLICT_PATTERNS = [
|
CONFLICT_PATTERNS = [
|
||||||
b'<<<<<<< ',
|
b'<<<<<<< ',
|
||||||
b'======= ',
|
b'======= ',
|
||||||
|
b'||||||| ',
|
||||||
b'=======\n',
|
b'=======\n',
|
||||||
b'>>>>>>> ',
|
b'>>>>>>> ',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue