From c88e79716d9d487b1230e58b7add7e92da1d1bba Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Fri, 26 May 2023 10:51:24 +0200 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c6d821..f7c7388 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/cmhughes/latexindent.pl - rev: V3.20.2 + rev: V3.21.1 hooks: - id: latexindent args: ["-s", "-l", "--overwriteIfDifferent", "-m"]