From cf50ccb919ff5e20f9b28a51da683ffccb760f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 14 May 2020 08:24:27 +0300 Subject: [PATCH] Run pre-commit gen_requirements_all on pre-commit config changes (#35588) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index daf02443f3d..42856451494 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -80,8 +80,8 @@ repos: entry: script/run-in-env.sh python3 -m script.gen_requirements_all pass_filenames: false language: script - types: [json] - files: ^homeassistant/.+/manifest\.json$ + types: [text] + files: ^(homeassistant/.+/manifest\.json|\.pre-commit-config\.yaml)$ - id: hassfest name: hassfest entry: script/run-in-env.sh python3 -m script.hassfest