mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
bugfix(pre-commit-config): Added additional dependencies for check-kconfigs
This commit is contained in:
parent
22dcc26674
commit
d7da0bef98
@ -66,6 +66,8 @@ repos:
|
|||||||
name: Validate Kconfig files
|
name: Validate Kconfig files
|
||||||
entry: tools/ci/check_kconfigs.py
|
entry: tools/ci/check_kconfigs.py
|
||||||
language: python
|
language: python
|
||||||
|
additional_dependencies:
|
||||||
|
- esp-idf-kconfig
|
||||||
files: '^Kconfig$|Kconfig.*$'
|
files: '^Kconfig$|Kconfig.*$'
|
||||||
- id: check-deprecated-kconfigs-options
|
- id: check-deprecated-kconfigs-options
|
||||||
name: Check if any Kconfig Options Deprecated
|
name: Check if any Kconfig Options Deprecated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user