Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/commit-check/commit-check
rev: v0.9.1
rev: v0.9.2
hooks:
- id: check-message
# - id: check-branch # uncomment if you need.
- id: check-author-name # uncomment if you need.
- id: check-author-email # uncomment if you need.
# - id: commit-signoff # uncomment if you need.
# - id: check-merge-base # uncomment if you need.
# - id: check-merge-base # requires download all git history
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ Running as pre-commit hook
- repo: https://github.com/commit-check/commit-check
rev: the tag or revision
hooks: # support hooks
- id: check-message # it requires hook prepare-commit-msg
- id: check-message # requires hook prepare-commit-msg
- id: check-branch
- id: check-author-name
- id: check-author-email
- id: check-commit-signoff
- id: check-merge-base
- id: check-merge-base # requires download all git history

Running as CLI
~~~~~~~~~~~~~~
Expand Down
Loading