From 396ac9bc4eeda73787e5aa3990774a20810ec5f5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:08:10 +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-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.3) - [github.com/google/yapf: v0.33.0 → v0.40.2](https://github.com/google/yapf/compare/v0.33.0...v0.40.2) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.6) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 135deec..eb54192 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files stages: [commit, merge-commit, push, manual] @@ -53,7 +53,7 @@ repos: stages: [commit, merge-commit, push, manual] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.3" hooks: - id: prettier stages: [commit, merge-commit, push, manual] @@ -62,7 +62,7 @@ repos: - "@prettier/plugin-xml" - repo: https://github.com/google/yapf - rev: v0.33.0 + rev: v0.40.2 hooks: - id: yapf stages: [commit, merge-commit, push, manual] @@ -79,7 +79,7 @@ repos: stages: [commit, merge-commit, push, manual] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.6 hooks: - id: codespell args: ["--write-changes", "--ignore-words=.codespell_words"]