From 57d2adff7acedfbdbc7b08ee575dfca4eb257615 Mon Sep 17 00:00:00 2001 From: emdoyle Date: Tue, 10 Dec 2024 04:06:30 +0000 Subject: [PATCH] Mirror: 0.16.7 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a75fce..6381bc3 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.16.5 + rev: v0.16.7 hooks: - id: tach - id: tach-external diff --git a/pyproject.toml b/pyproject.toml index 3c17035..6dc3c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "tach-pre-commit" version = "0.0.0" dependencies = [ - "tach==0.16.5", + "tach==0.16.7", ] [project.optional-dependencies]