diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46a57e0b08..29904ac6ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: language: pygrep types_or: [python, c, c++, cuda, inc] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.5.0' + rev: 'v4.6.0' hooks: - id: end-of-file-fixer exclude_types: [svg] @@ -79,7 +79,7 @@ repos: hooks: - id: yapf - repo: https://github.com/PyCQA/flake8 - rev: '7.0.0' + rev: '7.1.0' hooks: - id: flake8 additional_dependencies: @@ -97,7 +97,7 @@ repos: ^hoomd/metal/ ) - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.2 + rev: v18.1.8 hooks: - id: clang-format types_or: [c, c++, cuda, inc]