Catch it when files are ignored by coverage but shouldn't (#41876)
This commit is contained in:
@@ -87,5 +87,5 @@ repos:
|
||||
entry: script/run-in-env.sh python3 -m script.hassfest
|
||||
pass_filenames: false
|
||||
language: script
|
||||
types: [json]
|
||||
files: ^homeassistant/.+/(manifest|strings)\.json$
|
||||
types: [text]
|
||||
files: ^(homeassistant/.+/(manifest|strings)\.json|\.coveragerc)$
|
||||
|
||||
Reference in New Issue
Block a user