diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 904d067..9063673 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: name-tests-test - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.13 hooks: - id: ruff-check args: [--fix] @@ -29,7 +29,7 @@ repos: - id: gitleaks - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.9 + rev: v4.16.2 hooks: - id: commitizen stages: [commit-msg]