From 565405a1cadbe9fa496aab5005bf8844a4f3c96d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:05:30 +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/asottile/pyupgrade: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.1...v19.1.6) --- .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 e466a0f6d..7a6ab1d6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: - --add=This file is from the freud project, released under the BSD 3-Clause License. - --comment-prefix=// - repo: https://github.com/asottile/pyupgrade - rev: 'v3.17.0' + rev: 'v3.19.1' hooks: - id: pyupgrade args: @@ -66,7 +66,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '24.8.0' + rev: '24.10.0' hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -83,7 +83,7 @@ repos: hooks: - id: cmake-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v19.1.1' + rev: 'v19.1.6' hooks: - id: clang-format types_or: [c, c++]