blob: 85813dd97bb712accb7e883ff0416b5b3dfeee97 [file] [log] [blame]
[scripts]
validate_compose = hooks/validate_compose.py
add_change_id = hooks/add_change_id.sh .git/COMMIT_EDITMSG
format_python = hooks/black.sh
lint_python = hooks/flake8.sh
[hooks.pre-commit.scripts]
;msg = echo
check_ = validate_compose
fix_p = format_python
lint_p = lint_python
; checkbranch = checkbranch
; [hooks.pre-push.scripts]
; [hooks.post-merge.scripts]
; [hooks.applypatch-msg.scripts]
[hooks.commit-msg.scripts]
changeid = add_change_id
; [hooks.fsmonitor-watchman.scripts]
; [hooks.post-applypatch.scripts]
; [hooks.post-checkout.scripts]
; [hooks.post-commit.scripts]
; [hooks.post-receive.scripts]
; [hooks.post-rewrite.scripts]
; [hooks.post-update.scripts]
; [hooks.pre-applypatch.scripts]
; [hooks.pre-auto-gc.scripts]
; [hooks.prepare-commit-msg.scripts]
; [hooks.pre-rebase.scripts]
; [hooks.pre-receive.scripts]
; [hooks.push-to-checkout.scripts]
; [hooks.sendemail-validate.scripts]
; [hooks.update.scripts]