diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1faee7f..1448b4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,19 +21,19 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.1 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.31.0 + rev: v4.0.0 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.18.0 + rev: v9.19.0 hooks: - id: commitlint stages: [commit-msg]