This commit is contained in:
surafelabebe 2020-12-21 16:12:45 -08:00 committed by Surafel Worku
parent 69430751ab
commit d62ac20518

View file

@ -52,3 +52,8 @@ repos:
hooks: hooks:
- id: check-hooks-apply - id: check-hooks-apply
- id: check-useless-excludes - id: check-useless-excludes
- repo: https://github.com/clumio-code/pre-push-hooks
rev: v0.1.0
hooks:
- id: check-branch-for-push
args: ['--pattern', '^user/.*', '--pattern', '^team/.*', '--pattern', '^revert-[0-9]+-user/.*']