Skip to content

Commit b3c08d5

Browse files
committed
f
1 parent de29f3a commit b3c08d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)