diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 157a3f5081..9b522cc4d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -200,7 +200,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.2.1 + rev: v1.3.0 hooks: - id: conventional-precommit-linter stages: [commit-msg]