Check for diff3-style merge conflict artifacts.

This commit is contained in:
Chris Keele 2021-04-10 15:49:06 -07:00
parent 2f7e22dc21
commit 8993f10466

View file

@ -7,6 +7,7 @@ from typing import Sequence
CONFLICT_PATTERNS = [
b'<<<<<<< ',
b'======= ',
b'||||||| ',
b'=======\n',
b'>>>>>>> ',
]