From c5407e2d18b5887bd85c7515bbb6362e2886c85d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:57:57 +0000 Subject: [PATCH 1/2] [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: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/24.10.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.15.15) - [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v22.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.5...v22.1.5) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.2) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.6](https://github.com/keewis/blackdoc/compare/v0.3.9...v0.4.6) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11cdd42..79ae836 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -26,20 +26,20 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: "24.10.0" +- repo: https://github.com/psf/black-pre-commit-mirror + rev: "26.5.1" hooks: - id: black additional_dependencies: [tomli] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.15.15 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 + rev: v22.1.5 hooks: - id: clang-format types_or: [c, c++] @@ -50,14 +50,14 @@ repos: - id: cmake-format - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.2 hooks: - id: codespell args: [-w] additional_dependencies: [tomli] - repo: https://github.com/keewis/blackdoc - rev: v0.3.9 + rev: v0.4.6 hooks: - id: blackdoc additional_dependencies: [tomli] From 21fdebd6b0ebb4669415c062081a131315a168a6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:58:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffb70b3..23dbc57 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ import numpy as np # tetrahedralize unit cube # define points -points=[ +points = [ [0.0, 0.0, 0.0], [1.0, 0.0, 0.0], [0.0, 1.0, 0.0],