From 796274a48f3457cfaaec1ac0f84ec9f2daa72362 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:24:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=AA=9D=20update=20pre-c?= =?UTF-8?q?ommit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/sirosen/texthooks: 0.5.0 → 0.6.3](https://github.com/sirosen/texthooks/compare/0.5.0...0.6.3) - [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v17.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.6...v17.0.6) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.4) --- .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 8d700d3..23699fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: # Handling unwanted unicode characters - repo: https://github.com/sirosen/texthooks - rev: "0.5.0" + rev: "0.6.3" hooks: - id: fix-ligatures - id: fix-smartquotes @@ -45,7 +45,7 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v16.0.6" + rev: "v17.0.6" hooks: - id: clang-format types_or: [c++, c, cuda] @@ -61,7 +61,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.4" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]