From d5a7db8433a1456f11949c93bd7609d5ba430ad6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:54:12 +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/lorenzwalthert/precommit: v0.4.3.9017 → v0.4.3.9020](https://github.com/lorenzwalthert/precommit/compare/v0.4.3.9017...v0.4.3.9020) - [github.com/tox-dev/tox-ini-fmt: 1.7.0 → 1.7.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.7.0...1.7.1) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.12.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.11.0...v2.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.14) - [github.com/sphinx-contrib/sphinx-lint: v1.0.1 → v1.0.2](https://github.com/sphinx-contrib/sphinx-lint/compare/v1.0.1...v1.0.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9adffbc3..65fe164de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9017 + rev: v0.4.3.9020 hooks: - id: parsable-R - id: no-browser-statement @@ -45,19 +45,19 @@ repos: exclude: '(\.Rd|python/doc/source/reference/.*|test-doctest-.*)' - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.7.0" + rev: "1.7.1" hooks: - id: tox-ini-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.11.0" + rev: "v2.12.1" hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.12.1"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.3 + rev: v0.14.14 hooks: # Run the formatter. - id: ruff-format @@ -69,6 +69,6 @@ repos: require_serial: true - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v1.0.1 + rev: v1.0.2 hooks: - id: sphinx-lint From 2d42959a101241a09e12d1d6e01f98c1121da8f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:54:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python/pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9a87d1ffb..38def0bf5 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,11 +18,11 @@ keywords = [ "operations research", "Optimization", ] -license = "LGPL-2.1-or-later" +license = "LGPL-2.1-OR-later" license-files = [ "COPYRIGHTS" ] authors = [ - { name = "Manuel López-Ibáñez", email = "manuel.lopez-ibanez@manchester.ac.uk" }, { name = "Fergus Rooney", email = "fergus.rooney@outlook.com" }, + { name = "Manuel López-Ibáñez", email = "manuel.lopez-ibanez@manchester.ac.uk" }, ] requires-python = ">=3.10" classifiers = [ @@ -130,6 +130,14 @@ repair-wheel-command = [ "abi3audit --verbose --strict --report {wheel}", ] +[tool.cibuildwheel.macos] +archs = [ "universal2" ] +before-build = "pip install abi3audit" +repair-wheel-command = [ + "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}", + "abi3audit --verbose --strict --report {wheel}", +] + [tool.cibuildwheel.windows] archs = [ "native" ] # Use delvewheel on windows @@ -139,14 +147,6 @@ repair-wheel-command = [ "abi3audit --verbose --strict --report {wheel}", ] -[tool.cibuildwheel.macos] -archs = [ "universal2" ] -before-build = "pip install abi3audit" -repair-wheel-command = [ - "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}", - "abi3audit --verbose --strict --report {wheel}", -] - [tool.ruff] line-length = 80 format.docstring-code-line-length = 80