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 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