From 394a6ec351c1e3a86827363f1635e464b4656793 Mon Sep 17 00:00:00 2001 From: Tomas Sebestik Date: Fri, 24 Nov 2023 08:35:58 +0100 Subject: [PATCH] ci(pre-commit-hooks): update version conventional-precommit-linter --- .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 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]