From 6952d9ffc0a4d7858e1d5027472a716814dae361 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 12:07:14 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.3.2) - [github.com/pre-commit/mirrors-clang-format: v16.0.1 → v16.0.2](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.1...v16.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 45fb34af..5653d851 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -48,7 +48,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v16.0.1" + rev: "v16.0.2" hooks: - id: clang-format types_or: [c++, c, cuda]