A pre-commit hook for Tach.
Distributed as a standalone repository to enable installing Tach via prebuilt wheels from PyPI.
To run tach check and tach check-external via pre-commit, add the following to your .pre-commit-config.yaml:
- repo: https://github.com/gauge-sh/tach-pre-commit
# Tach version.
rev: v0.29.0
hooks:
- id: tach
- id: tach-externalUse args to pass additional arguments to the tach commands.