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 f2c0a0d commit e191952Copy full SHA for e191952
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.3
+ rev: v0.28.4
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.3",
+ "tach==0.28.4",
6
]
7
8
[project.optional-dependencies]
0 commit comments