From 5a5a86a16b86545bd552f1ce1824c497fddc516a Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Tue, 3 Dec 2024 09:52:16 +0100 Subject: [PATCH] ci(pre-commit): bump kconfig checker pre-commit version to 2.4.1 --- .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 439b6250fb..0ce0a910f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -241,6 +241,6 @@ repos: name: Lint rST files in docs folder using Sphinx Lint files: ^(docs/en|docs/zh_CN)/.*\.(rst|inc)$ - repo: https://github.com/espressif/esp-idf-kconfig.git - rev: v2.3.0 + rev: v2.4.1 hooks: - id: check-kconfig-files