From 50e5aca800a224c5a966f4da787abf6fd3fe64fb Mon Sep 17 00:00:00 2001 From: emdoyle Date: Fri, 14 Jun 2024 21:01:13 +0000 Subject: [PATCH] Mirror: 0.5.3 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6335ae1..4912fea 100644 --- a/README.md +++ b/README.md @@ -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"] diff --git a/pyproject.toml b/pyproject.toml index 8b68089..4a6444b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "tach-pre-commit" version = "0.0.0" dependencies = [ - "tach==0.5.2", + "tach==0.5.3", ] [project.optional-dependencies]