From bd317c2e7f8980479327ad59ee6d4b456d1e3515 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:24:48 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit: v2.5.1 → v3.8.0](https://github.com/pre-commit/pre-commit/compare/v2.5.1...v3.8.0) - [github.com/doublify/pre-commit-rust: master → v1.0](https://github.com/doublify/pre-commit-rust/compare/master...v1.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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