diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be04703..a6c0b0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,18 +6,18 @@ - shellcheck 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/commitizen-tools/commitizen - rev: v3.15.0 + rev: v3.20.0 hooks: - id: commitizen - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.10.0 hooks: - id: shellcheck files: \.(bash|sh|zsh)(\.tmpl)?$ @@ -77,6 +77,6 @@ - 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