diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8e6e27..4242f54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace exclude: "tests/cis_tests/.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.7 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -30,7 +30,7 @@ repos: - id: codespell exclude: "tests/cis_tests/.*" - repo: https://github.com/gitleaks/gitleaks - rev: v8.29.1 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/adrienverge/yamllint/