From 850cfa0b76cd02e022a9ffec43d6e4474dd45558 Mon Sep 17 00:00:00 2001 From: Jakub Marcowski <37378746+Chubercik@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:13:57 +0100 Subject: [PATCH] Use current version in `pre-commit` example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdf4b4d2..020b7d8e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ preamble to an already existing one: ```yaml repos: - repo: https://github.com/shssoichiro/oxipng - rev: v9.0.0 + rev: v9.1.4 hooks: - id: oxipng args: ["-o", "4", "--strip", "safe", "--alpha"]