From d222c8a886d669cf02bfe10083dfd46e3e406b40 Mon Sep 17 00:00:00 2001 From: Tomas Sebestik Date: Tue, 2 Jan 2024 10:00:14 +0100 Subject: [PATCH] ci(pre-commit-hooks): update commitlinter version to 1.6.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]