From 6320bd3ced6332a0b4c791f8580c21380e29bd0c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:27: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/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.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..242f2ed 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.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.5 hooks: - id: codespell args: ["--write-changes", "--ignore-words=.codespell_words"]