We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3527d1 commit 3ef4da9Copy full SHA for 3ef4da9
README.md
@@ -12,7 +12,7 @@ To run [`tach check`](https://docs.gauge.sh/usage/commands#tach-check) and [`tac
12
```yaml
13
- repo: https://github.com/gauge-sh/tach-pre-commit
14
# Tach version.
15
- rev: v0.28.5
+ rev: v0.29.0
16
hooks:
17
- id: tach
18
- id: tach-external
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "tach-pre-commit"
3
version = "0.0.0"
4
dependencies = [
5
- "tach==0.28.5",
+ "tach==0.29.0",
6
]
7
8
[project.optional-dependencies]
0 commit comments