We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6366a commit 1c54116Copy full SHA for 1c54116
.pre-commit-config.yaml
@@ -16,6 +16,10 @@
16
# See https://pre-commit.com for more information
17
# See https://pre-commit.com/hooks.html for more hooks
18
repos:
19
+ - repo: https://github.com/pre-commit/pre-commit-hooks
20
+ rev: v5.0.0 # Use the ref you want to point at
21
+ hooks:
22
+ - id: check-merge-conflict
23
- repo: https://github.com/keith/pre-commit-buildifier
24
rev: 6.1.0
25
hooks:
0 commit comments