diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba23e8e..4e00f41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: entry: git-secrets args: [--scan, --recursive] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: # On Windows, git will convert all CRLF to LF, # but only after all hooks are done executing. @@ -22,15 +22,15 @@ repos: - id: check-json - id: check-ast - repo: https://github.com/adrienverge/yamllint - rev: v1.29.0 + rev: v1.35.1 hooks: - id: yamllint - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.5 hooks: - id: remove-tabs - repo: https://github.com/sirosen/check-jsonschema - rev: 0.21.0 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-github-actions