diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af62de8a..a8fd90a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: @@ -21,7 +21,7 @@ repos: - ".github/linters/.yamllint.yaml" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: fix-byte-order-marker @@ -39,7 +39,7 @@ repos: - id: pretty-format-json5 - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: forbid-crlf - id: forbid-tabs @@ -62,6 +62,6 @@ repos: - id: forbid-secrets - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.0 + rev: v8.21.1 hooks: - id: gitleaks