diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af68255..517e766 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - rev: v2.5.1 + rev: v3.8.0 hooks: - id: validate_manifest - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks @@ -31,7 +31,7 @@ repos: - id: pretty-format-yaml args: [--autofix, --indent=2] - repo: https://github.com/doublify/pre-commit-rust - rev: master + rev: v1.0 hooks: - id: fmt - id: cargo-check