We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b751 commit df5b7c6Copy full SHA for df5b7c6
.pre-commit-config.yaml
@@ -32,11 +32,11 @@ repos:
32
hooks:
33
- id: codespell
34
- repo: https://github.com/commit-check/commit-check
35
- rev: v0.9.1
+ rev: v0.9.2
36
37
- id: check-message
38
# - id: check-branch # uncomment if you need.
39
- id: check-author-name # uncomment if you need.
40
- id: check-author-email # uncomment if you need.
41
# - id: commit-signoff # uncomment if you need.
42
- # - id: check-merge-base # uncomment if you need.
+ - id: check-merge-base # uncomment if you need.
0 commit comments