mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-03 05:12:33 +02:00
Merge pull request #1153 from IamTheFij/dco-hook
Add hook to check for signoff in commit messages
This commit is contained in:
commit
ca1b59c449
@ -1,3 +1,4 @@
|
|||||||
|
default_install_hook_types: [pre-commit, commit-msg]
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.9.6
|
rev: v0.9.6
|
||||||
@ -26,3 +27,8 @@ repos:
|
|||||||
rev: v2.2.5
|
rev: v2.2.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
|
|
||||||
|
- repo: https://github.com/gklein/check_signoff
|
||||||
|
rev: v1.0.5
|
||||||
|
hooks:
|
||||||
|
- id: check-signoff
|
||||||
|
Loading…
Reference in New Issue
Block a user