diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1ea810..daebe32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ - shellcheck repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.4.5 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.26.0 + rev: v3.27.0 hooks: - id: commitizen - repo: https://github.com/koalaman/shellcheck-precommit @@ -52,7 +52,7 @@ - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-github-workflows - repo: https://github.com/scop/pre-commit-shfmt @@ -75,6 +75,6 @@ - id: fix-spaces - id: forbid-bidi-controls - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.8.1 + rev: v8.8.2 hooks: - id: cspell