ci(pre-commit-hooks): update commitlinter version to 1.6.0

This commit is contained in:
Tomas Sebestik 2024-01-02 10:00:14 +01:00
parent 7537c4fcea
commit d222c8a886
No known key found for this signature in database
GPG Key ID: DDDD44B613F1BE3B

View File

@ -196,7 +196,7 @@ repos:
- id: check-copyright
args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']
- repo: https://github.com/espressif/conventional-precommit-linter
rev: v1.4.1
rev: v1.6.0
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]