From 5985242d82d1ae894efc424e5dca3bb366b2a039 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Wed, 15 Oct 2025 09:29:37 +0200 Subject: [PATCH] ci(pre-commit): revert temporary disable check-kconfig-files Enable check-kconfig-files. It was temporarily disabled because it was not possible to add a new sourced file through an environment variable, as kconfcheck had a fixed list of allowed environment variable names. This issue should now be resolved. --- .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 d4d176f261..15201b2b05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -229,5 +229,5 @@ repos: - repo: https://github.com/espressif/esp-idf-kconfig.git rev: v3.2.0 hooks: -# - id: check-kconfig-files + - id: check-kconfig-files - id: check-deprecated-kconfig-options