diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0dc6a87..665d9bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-case-conflict - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.15 hooks: - id: ruff-check - id: ruff-format @@ -34,7 +34,7 @@ repos: always_run: true stages: [pre-push] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.15.1 + rev: v4.16.3 hooks: - id: commitizen stages: [commit-msg]