diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 807cd18..0f0605a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: fmt - id: clippy - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,10 +17,10 @@ repos: - id: check-vcs-permalinks - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.3 + rev: 0.29.0 hooks: - id: check-github-workflows