From feee61eaf885ffc98b8d1eee15b7e03bdf43e403 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:21:50 +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/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.0) - [github.com/google/yapf: v0.33.0 → v0.40.0](https://github.com/google/yapf/compare/v0.33.0...v0.40.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 135deec..73d7829 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.0" 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.0 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.5 hooks: - id: codespell args: ["--write-changes", "--ignore-words=.codespell_words"]