Skip to content

Commit

Permalink
Add manifests updating on every update of requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 9, 2022
1 parent 59ecff8 commit 128bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
name: Update manifest.json
entry: bin/update_manifest
language: script
files: ^custom_components/.+/const\.py$
files: ^(custom_components/.+/const\.py|requirements\.txt)$
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
hooks:
Expand Down

0 comments on commit 128bd9b

Please sign in to comment.