diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22f9f91..a5264d3 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.8 + 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,10 +46,9 @@ - c++ - cuda - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.7 + rev: v3.1.0 hooks: - id: prettier - entry: prettier --write --ignore-unknown stages: - pre-commit - repo: https://github.com/pre-commit/pre-commit-hooks @@ -77,7 +76,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 +105,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