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 f35c73e commit 9ff349dCopy full SHA for 9ff349d
.pre-commit-config.yaml
@@ -8,14 +8,14 @@ repos:
8
- id: black
9
10
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
11
- rev: v4.1.0
+ rev: v5.0.0
12
hooks:
13
- id: commitlint
14
additional_dependencies: ['@commitlint/config-conventional']
15
stages: [commit-msg]
16
17
18
19
20
- id: commitlint-travis
21
0 commit comments