diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5264d3..5a5c525 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.6 + rev: v0.1.8 hooks: - id: ruff args: @@ -27,7 +27,7 @@ hooks: - id: latexindent - repo: https://github.com/commitizen-tools/commitizen - rev: 3.12.0 + rev: v3.13.0 hooks: - id: commitizen - repo: https://github.com/koalaman/shellcheck-precommit @@ -76,7 +76,7 @@ - id: name-tests-test - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.2 + rev: 0.27.3 hooks: - id: check-dependabot - id: check-github-actions @@ -105,7 +105,7 @@ - --case-indent - --space-redirects - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.0.0 + rev: v8.1.1 hooks: - id: cspell - repo: local