Skip to content

Commit

Permalink
Mirror: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Jun 14, 2024
1 parent 8cf95c6 commit 50e5aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To run `tach check` via pre-commit, add the following to your `.pre-commit-confi
```yaml
- repo: https://github.com/gauge-sh/tach-pre-commit
# Tach version.
rev: v0.5.2
rev: v0.5.3
hooks:
- id: tach
# args: ["--root=backend_root"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tach-pre-commit"
version = "0.0.0"
dependencies = [
"tach==0.5.2",
"tach==0.5.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 50e5aca

Please sign in to comment.