diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4621b27c2..8735049c26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]