Skip to content

Commit 06ffeb2

Browse files
authored
Add pre-commit hook to check for merge conflicts (#17279)
1 parent 10e4412 commit 06ffeb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ exclude: |
1818
)$
1919
2020
repos:
21+
- repo: https://github.com/pre-commit/pre-commit-hooks
22+
rev: v5.0.0
23+
hooks:
24+
- id: check-merge-conflict
25+
2126
- repo: https://github.com/abravalheri/validate-pyproject
2227
rev: v0.24.1
2328
hooks:

0 commit comments

Comments
 (0)