From ca5f4eedecac525704dbbeb04e11b89166fd5685 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:20:41 +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: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/3e8a8703264a2f4a69428a0aa4dcb512790b2c8c...v6.0.0) - [github.com/tox-dev/pyproject-fmt: cf78bb920f358be6dea099e6b1fd6f67bccb0955 → v2.26.0](https://github.com/tox-dev/pyproject-fmt/compare/cf78bb920f358be6dea099e6b1fd6f67bccb0955...v2.26.0) - [github.com/abravalheri/validate-pyproject: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7...v0.25) - [github.com/sphinx-contrib/sphinx-lint: c883505f64b59c3c5c9375191e4ad9f98e727ccd → v1.0.2](https://github.com/sphinx-contrib/sphinx-lint/compare/c883505f64b59c3c5c9375191e4ad9f98e727ccd...v1.0.2) - [github.com/pycqa/isort: 7f321d375f31a2f03833bc9a548e8783f2b5c420 → 9.0.0b1](https://github.com/pycqa/isort/compare/7f321d375f31a2f03833bc9a548e8783f2b5c420...9.0.0b1) - [github.com/psf/black-pre-commit-mirror: 4160603246a6b365d4a2af661c6d71b0a0f50478 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/4160603246a6b365d4a2af661c6d71b0a0f50478...26.5.1) - [github.com/adamchainz/blacken-docs: fda77690955e9b63c6687d8806bafd56a526e45f → 1.20.0](https://github.com/adamchainz/blacken-docs/compare/fda77690955e9b63c6687d8806bafd56a526e45f...1.20.0) - [github.com/codespell-project/codespell: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a → v2.4.3](https://github.com/codespell-project/codespell/compare/2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a...v2.4.3) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44c97e9..0fe2348 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 + rev: v6.0.0 # v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,38 +15,38 @@ repos: - id: check-added-large-files args: ['--maxkb=1024'] - repo: https://github.com/tox-dev/pyproject-fmt - rev: cf78bb920f358be6dea099e6b1fd6f67bccb0955 # v2.25.2 + rev: v2.26.0 # v2.25.2 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # v0.25 + rev: v0.25 # v0.25 hooks: - id: validate-pyproject - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2 + rev: v1.0.2 # v1.0.2 hooks: - id: sphinx-lint types: [rst] - repo: https://github.com/pycqa/isort - rev: 7f321d375f31a2f03833bc9a548e8783f2b5c420 # 9.0.0b1 + rev: 9.0.0b1 # 9.0.0b1 hooks: - id: isort additional_dependencies: ["toml"] entry: isort --profile=black name: isort (python) - repo: https://github.com/psf/black-pre-commit-mirror - rev: 4160603246a6b365d4a2af661c6d71b0a0f50478 # 26.5.1 + rev: 26.5.1 # 26.5.1 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: fda77690955e9b63c6687d8806bafd56a526e45f # 1.20.0 + rev: 1.20.0 # 1.20.0 hooks: - id: blacken-docs args: [--line-length=79] additional_dependencies: - black - repo: https://github.com/codespell-project/codespell - rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # v2.4.2 + rev: v2.4.3 # v2.4.2 hooks: - id: codespell - repo: local From 21ba867b9c1eb030948f685546945b312288632f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:21:28 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/packs/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/packs/pyproject.toml b/docs/packs/pyproject.toml index 0fc7740..b61c721 100644 --- a/docs/packs/pyproject.toml +++ b/docs/packs/pyproject.toml @@ -1,7 +1,7 @@ [tool.cibuildwheel] -test-requires = "pytest" -test-command = "pytest {project}/tests" build-verbosity = 1 +test-command = "pytest {project}/tests" +test-requires = "pytest" # support Universal2 for Apple Silicon: macos.archs = [ "auto", "universal2" ] macos.test-skip = [ "*universal2:arm64" ]