Ensure pre-commit's hassfest triggers on service file changes (#46753)

This commit is contained in:
Franck Nijhof
2021-02-18 18:17:09 +01:00
committed by GitHub
parent b6f374b507
commit 782863ca87

View File

@@ -90,4 +90,4 @@ repos:
pass_filenames: false
language: script
types: [text]
files: ^(homeassistant/.+/(manifest|strings)\.json|\.coveragerc)$
files: ^(homeassistant/.+/(manifest|strings)\.json|\.coveragerc|homeassistant/.+/services\.yaml)$