From 326490a5d468458082d084d189fd2d99e33ea9f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 01:44:23 +0000 Subject: [PATCH] Update pre-commit-deps --- .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 ccfb3054..e8b45fbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: yapf args: [-i, --style, .style.yapf] - repo: https://github.com/myint/autoflake.git - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: @@ -69,6 +69,6 @@ repos: - id: cpplint args: ["--filter=-build/c++11,-build/c++14"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 + rev: v3.0.3 hooks: - id: prettier