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.
This commit is contained in:
Frantisek Hrbata
2025-10-15 09:29:37 +02:00
parent 6653cf5c1f
commit 5985242d82
+1 -1
View File
@@ -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