I have a [custom version of the `check-merge-conflict`](https://github.com/George-Ogden/pre-commit-hooks/?tab=readme-ov-file#check-merge-conflict) hook with three additional features: - [ ] check binary files (based on extensions) in case of LFS merge conflicts - [ ] ignore `=======` pattern in `.rst` files, where it is valid syntax - [ ] check for `|||||||`, which is a three-way merge conflict marker I'd be interested in integrating them into `prek`, so they are faster, and other people can use them. Would this be valuable?
I have a custom version of the
check-merge-conflicthook with three additional features:=======pattern in.rstfiles, where it is valid syntax|||||||, which is a three-way merge conflict markerI'd be interested in integrating them into
prek, so they are faster, and other people can use them. Would this be valuable?