From c0cd542ca086214a6870e11c81998d522f48d4a9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:24:11 +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/google/yapf: v0.40.2 → v0.43.0](https://github.com/google/yapf/compare/v0.40.2...v0.43.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41d00e3..3688cec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/google/yapf # To format the code to conform YAPF - rev: v0.40.2 + rev: v0.43.0 hooks: - id: yapf args: ['--in-place', '--recursive', '--style', 'google']