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 1d9155c commit 505a8b8Copy full SHA for 505a8b8
.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: v3.0.0
+ rev: v4.1.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