From 0191adcafb3a6c0d1cc7ee71a3b508209af6b48e Mon Sep 17 00:00:00 2001 From: emdoyle Date: Sat, 21 Dec 2024 04:05:42 +0000 Subject: [PATCH] Mirror: 0.19.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 636c15a..9da3e29 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To run [`tach check`](https://docs.gauge.sh/usage/commands#tach-check) and [`tac ```yaml - repo: https://github.com/gauge-sh/tach-pre-commit # Tach version. - rev: v0.18.0 + rev: v0.19.0 hooks: - id: tach - id: tach-external diff --git a/pyproject.toml b/pyproject.toml index 77f7335..3c7dfb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "tach-pre-commit" version = "0.0.0" dependencies = [ - "tach==0.18.0", + "tach==0.19.0", ] [project.optional-dependencies]