diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86448ef..403db8f 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.2.2 + rev: v0.3.4 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/cmhughes/latexindent.pl - rev: V3.23.6 + rev: V3.23.7 hooks: - id: latexindent-conda files: \.(tex|sty|cls|bib)$ @@ -26,11 +26,11 @@ repos: - --modifylinebreaks - --GCString - repo: https://github.com/commitizen-tools/commitizen - rev: v3.15.0 + rev: v3.20.0 hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: (.*-lock\..*)|(.*\.lock)$ @@ -69,6 +69,6 @@ repos: - id: fix-spaces - id: forbid-bidi-controls - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.4.0 + rev: v8.6.0 hooks: - id: cspell