We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3658953 commit 8f2cedcCopy full SHA for 8f2cedc
.pre-commit-config.yaml
@@ -87,7 +87,7 @@ repos:
87
pass_filenames: false
88
language: script
89
types: [text]
90
- files: ^(homeassistant/.+/(icons|manifest|strings)\.json|homeassistant/.+/(quality_scale)\.yaml|homeassistant/brands/.*\.json|homeassistant/.+/services\.yaml|script/hassfest/(?!metadata|mypy_config).+\.py|requirements.+\.txt)$
+ files: ^(homeassistant/.+/(icons|manifest|strings)\.json|homeassistant/.+/(conditions|quality_scale|services|triggers)\.yaml|homeassistant/brands/.*\.json|script/hassfest/(?!metadata|mypy_config).+\.py|requirements.+\.txt)$
91
- id: hassfest-metadata
92
name: hassfest-metadata
93
entry: script/run-in-env.sh python3 -m script.hassfest -p metadata,docker
0 commit comments