Skip to content

Commit

Permalink
Mirror: 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Oct 5, 2024
1 parent 7d7c320 commit 9d94b35
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.12.0
rev: v0.13.0
hooks:
- id: tach
```
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.12.0",
"tach==0.13.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9d94b35

Please sign in to comment.