diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea8dbb6e..c297b40e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,3 +53,10 @@ repos: hooks: - id: requre-purge stages: [manual, push] + # run this with `pre-commit run thoth-pre-commit-hook --verbose --hook-stage manual` + - repo: https://github.com/thoth-station/thoth-pre-commit-hook + rev: v0.1.3 + hooks: + - id: thoth-pre-commit-hook + # args: [--json, --no-wait] + stages: [manual]