From d59e0230dde715fd6365ae483519428e08b3a08e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 06:21:15 +0000 Subject: [PATCH] ci: sync with template repository --- .pre-commit-config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71d9433..a1d57a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,21 +16,25 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.1.14 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/cmhughes/latexindent.pl - rev: V3.23.5 + rev: V3.23.6 hooks: - id: latexindent + files: \.(tex|sty|cls|bib)$ + types: + - text args: - --overwriteIfDifferent - --silent - --local - --cruft=/tmp/latexindent + - --modifylinebreaks - --GCString - repo: https://github.com/commitizen-tools/commitizen rev: v3.13.0