From 30bd3234de7ce464ae9f8065fea10890c1d7db5b Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 13 Jan 2022 22:14:43 +0100 Subject: [PATCH] Run pre-commit script on constraint changes (#64073) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 050e72119c8..90e0864fc25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -101,7 +101,7 @@ repos: pass_filenames: false language: script types: [text] - files: ^(homeassistant/.+/manifest\.json|setup\.py|\.pre-commit-config\.yaml)$ + files: ^(homeassistant/.+/manifest\.json|setup\.py|\.pre-commit-config\.yaml|ha-core/script/gen_requirements_all\.py)$ - id: hassfest name: hassfest entry: script/run-in-env.sh python3 -m script.hassfest