Skip to content

Commit

Permalink
Check for diff3-style merge conflict artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
christhekeele committed Apr 10, 2021
1 parent 2f7e22d commit 8993f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pre_commit_hooks/check_merge_conflict.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
CONFLICT_PATTERNS = [
b'<<<<<<< ',
b'======= ',
b'||||||| ',
b'=======\n',
b'>>>>>>> ',
]
Expand Down

0 comments on commit 8993f10

Please sign in to comment.