From 223d042fe2b9ff58d8e6ebf8ef3d410478f80867 Mon Sep 17 00:00:00 2001 From: croc100 Date: Mon, 8 Jun 2026 20:06:09 +0900 Subject: [PATCH] docs: update pre-commit rev to v1.3.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b95523..4417f20 100644 --- a/README.md +++ b/README.md @@ -165,14 +165,14 @@ Add to `.pre-commit-config.yaml` to run `mrt check` automatically before every p ```yaml # Alembic - repo: https://github.com/croc100/pytest-mrt - rev: v1.2.0 + rev: v1.3.1 hooks: - id: mrt-check args: [alembic/versions/] # Django - repo: https://github.com/croc100/pytest-mrt - rev: v1.2.0 + rev: v1.3.1 hooks: - id: mrt-check args: [myapp/migrations/]