diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83e58c53..6b75eebc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: - id: check-case-conflict - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: 'v3.18.0' + rev: 'v3.19.1' hooks: - id: pyupgrade args: - --py310-plus - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.6 hooks: - id: actionlint - repo: https://github.com/glotzerlab/fix-license-header @@ -36,12 +36,12 @@ repos: - --keep-before=#! - --keep-after=.. include - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.0' + rev: 'v0.8.6' hooks: - id: ruff-format - id: ruff - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.2 + rev: v19.1.6 hooks: - id: clang-format types_or: [c, c++]