From f7ca825c2f37e1d54a5ff39d18bb996d4b8a5d84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:50:26 +0000 Subject: [PATCH 1/2] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.17 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.17...v0.15.20) - [github.com/tox-dev/pyproject-fmt: v2.24.1 → v2.25.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.24.1...v2.25.1) - [github.com/biomejs/pre-commit: v2.5.0 → v2.5.1](https://github.com/biomejs/pre-commit/compare/v2.5.0...v2.5.1) --- .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 03af022..63b1279 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.17 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -14,11 +14,11 @@ repos: args: [--preview, --select=CPY] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.24.1 + rev: v2.25.1 hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v2.5.0 + rev: v2.5.1 hooks: - id: biome-format - repo: https://github.com/pre-commit/mirrors-mypy From e2b102759c34ba073b758794d208eea9e1f6db0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:50:57 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad5d18d..8127f5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,12 +61,14 @@ test-min = [ ] [tool.hatch] +version.source = "vcs" +version.raw-options = { local_scheme = "no-local-version" } # be able to publish dev version # TODO: re-activate incl. `dynamic = [ "description", "readme", ... ]` after https://github.com/pypa/hatch/issues/2252 # metadata.hooks.docstring-description = {} # metadata.hooks.fancy-pypi-readme.content-type = "text/x-rst" -# metadata.hooks.fancy-pypi-readme.fragments = [ { path = "README.rst", start-after = ".. begin" } ] -version.source = "vcs" -version.raw-options = { local_scheme = "no-local-version" } # be able to publish dev version +# metadata.hooks.fancy-pypi-readme.fragments = [ +# { path = "README.rst", start-after = ".. begin" } +# ] build.targets.wheel.packages = [ "src/fast_array_utils", "src/testing" ] envs.default.installer = "uv" envs.docs.scripts.build = "sphinx-build -M html docs docs/_build"