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 b36801a commit 14c811fCopy full SHA for 14c811f
.pre-commit-config.yaml
@@ -39,3 +39,9 @@ repos:
39
- id: mypy
40
exclude: cli.py
41
additional_dependencies: [ "types-paho-mqtt" ]
42
+ - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
43
+ rev: v9.23.0
44
+ hooks:
45
+ - id: commitlint
46
+ stages: [commit-msg]
47
+ additional_dependencies: ['@commitlint/config-conventional']
0 commit comments