diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2c720d..2f24325 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.2.1 + rev: v4.2.2 hooks: - id: commitizen stages: @@ -12,7 +12,7 @@ repos: - id: cargo-check - id: clippy - repo: https://github.com/gitleaks/gitleaks - rev: v8.23.3 + rev: v8.24.0 hooks: - id: gitleaks - repo: https://github.com/google/yamlfmt