[clang-tidy] Hash idf_component.yml and trigger hash hook on more inputs (#16753)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
Jonathan Swoboda
2026-06-03 23:48:34 -04:00
committed by GitHub
co-authored by J. Nick Koston J. Nick Koston
parent 53d685f242
commit ffaa31febc
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ repos:
name: Update clang-tidy hash
entry: python script/clang_tidy_hash.py --update-if-changed
language: python
files: ^(\.clang-tidy|platformio\.ini|requirements_dev\.txt)$
files: ^(\.clang-tidy|platformio\.ini|requirements_dev\.txt|sdkconfig\.defaults|esphome/idf_component\.yml)$
pass_filenames: false
additional_dependencies: []
- id: ci-custom