diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87e7a67..ead5679 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,14 +5,14 @@ ci: - cspell repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.4 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/cmhughes/latexindent.pl - rev: V3.24.2 + rev: V3.24.4 hooks: - id: latexindent-conda files: \.(tex|sty|cls|bib)$ @@ -26,7 +26,7 @@ repos: - --modifylinebreaks - --GCString - repo: https://github.com/commitizen-tools/commitizen - rev: v3.27.0 + rev: v3.28.0 hooks: - id: commitizen - repo: https://github.com/liblaf/pre-commit-hooks