From e6b69b50bb937a98f87558de853a22d5789b2b6f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:42:26 +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: v3.2.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v4.6.0) - [github.com/pre-commit/mirrors-clang-format: v17.0.3 → v18.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v17.0.3...v18.1.5) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) - [github.com/psf/black: 22.10.0 → 24.4.2](https://github.com/psf/black/compare/22.10.0...24.4.2) - [github.com/adrienverge/yamllint.git: v1.21.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.21.0...v1.35.1) - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.3](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/compare/0.2.1...0.2.3) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc89b8f8..e69859b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: # C source code - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.3 + rev: v18.1.5 hooks: - id: clang-format - repo: https://github.com/cheshirekow/cmake-format-precommit @@ -28,23 +28,23 @@ repos: - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.4.2 hooks: - id: black # YAML - repo: https://github.com/adrienverge/yamllint.git - rev: v1.21.0 + rev: v1.35.1 hooks: - id: yamllint args: [--format, parsable, --strict] - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.1 + rev: 0.2.3 hooks: - id: yamlfmt args: [--preserve-quotes]