mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +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 = [
|
||||
b'<<<<<<< ',
|
||||
b'======= ',
|
||||
b'||||||| ',
|
||||
b'=======\n',
|
||||
b'>>>>>>> ',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue