Skip to content

Commit 823c787

Browse files
authored
tweak(pre-commit): Automate manifest updates (#584)
Follow up from #583, start automating updating the manifest so we can automate more merges. --- ### Changes are visible to end-users: no ### Test plan N/A.
1 parent 9e70c88 commit 823c787

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ repos:
4444
entry: /usr/bin/env bazel run //docs:update
4545
language: script
4646
files: \.bzl$
47+
48+
- repo: local
49+
hooks:
50+
- id: check-manifets
51+
name: Update gazelle manifest
52+
entry: /usr/bin/env bazel run //:gazelle_python_manifest.update
53+
language: script
54+
files: requirements.txt\$

0 commit comments

Comments
 (0)