Add rebase
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
bf1c5cdc30
commit
29f162d947
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@ repos:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
- repo: https://github.com/packit/pre-commit-hooks
|
||||||
|
rev: master
|
||||||
|
hooks:
|
||||||
|
- id: check-rebase
|
||||||
|
args:
|
||||||
|
- https://git.mfocko.xyz/mfocko/precommit-example.git
|
||||||
|
|
Reference in a new issue