diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01bc8ab..2f414a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.6 hooks: - id: ruff args: @@ -27,7 +27,7 @@ hooks: - id: latexindent - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: 3.12.0 hooks: - id: commitizen - repo: https://github.com/koalaman/shellcheck-precommit @@ -46,7 +46,7 @@ - c++ - cuda - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v3.1.0 hooks: - id: prettier entry: prettier --write --ignore-unknown @@ -77,7 +77,7 @@ - id: name-tests-test - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.27.2 hooks: - id: check-dependabot - id: check-github-actions @@ -106,7 +106,7 @@ - --case-indent - --space-redirects - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.1.1 + rev: v8.0.0 hooks: - id: cspell - repo: local