From 2738217c4b850b9c0acc22e1ce74eb07ff8f97e5 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 2 Jan 2022 16:11:25 +0100 Subject: [PATCH] Run `gen_requirements_all` script on changes to `setup.py` (#63171) --- .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 66591d3d7c6..fed9e33f5a0 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|\.pre-commit-config\.yaml)$ + files: ^(homeassistant/.+/manifest\.json|setup\.py|\.pre-commit-config\.yaml)$ - id: hassfest name: hassfest entry: script/run-in-env.sh python3 -m script.hassfest