diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 975112ef9c..5fd48158e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -212,7 +212,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.7.0 + rev: v1.10.0 hooks: - id: conventional-precommit-linter stages: [commit-msg]