diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ec865b..ebb56b3 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.3.7 + rev: v0.4.1 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.22.0 + rev: v3.24.0 hooks: - id: commitizen - repo: https://github.com/koalaman/shellcheck-precommit