Skip to content

Commit 8e7b391

Browse files
committed
pre-commit & thoth: print analysis ID
we only want to run the hook explicitly in zuul and locally Signed-off-by: Tomas Tomecek <[email protected]>
1 parent d79b306 commit 8e7b391

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pre-commit-config.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ repos:
5353
hooks:
5454
- id: requre-purge
5555
stages: [manual, push]
56-
- repo: https://github.com/thoth-station/thoth-pre-commit-hook
57-
rev: v0.1.3
56+
# run this with `pre-commit run thoth-pre-commit-hook --verbose --hook-stage manual`
57+
- repo: https://github.com/TomasTomecek/thoth-pre-commit-hook
58+
rev: 62dfc6c55d6fa158fd8a548a9dd851537c3537c3
5859
hooks:
5960
- id: thoth-pre-commit-hook
61+
args: [--json, --no-wait]
62+
stages: [manual]

0 commit comments

Comments
 (0)