From b7c7e464794f9e409512b541cd3c726c2e315395 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:02:54 +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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.2...v18.1.8) --- .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 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]