From a832b0cb07ed4cde9e46ab748bb714722be80652 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 30 Oct 2024 08:37:40 -0400 Subject: [PATCH 1/2] Test with HOOMD-blue 4.9.0 --- .github/workflows/unit-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index f87e3e7..6e184d7 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -9,7 +9,7 @@ env: ############################################################################################# # HOOMD-blue version to build. - HOOMD_BLUE_VERSION: v4.8.2 + HOOMD_BLUE_VERSION: v4.9.0 # prevent deadlocked MPI tests from causing the job to cancel MPIEXEC_TIMEOUT: 3000 # allow mpirun to execute as root in the tests From f276344571efcad03fcebecd4cb0bc3cf8188ea0 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Wed, 30 Oct 2024 08:39:21 -0400 Subject: [PATCH 2/2] pre-commit autoupdate. --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51f5016..30954f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v5.0.0' hooks: - id: end-of-file-fixer exclude_types: [svg] @@ -19,7 +19,7 @@ repos: - --remove - id: mixed-line-ending - repo: https://github.com/glotzerlab/fix-license-header - rev: v0.3.2 + rev: v0.4.1 hooks: - id: fix-license-header name: Fix license headers (Python) @@ -44,12 +44,12 @@ repos: - --keep-after=.. include - --comment-prefix=.. - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.6 + rev: v19.1.2 hooks: - id: clang-format types_or: [c, c++, cuda, inc] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.7.1 hooks: - id: ruff-format - id: ruff