From 10ab6160460bd7c6a7c1770bc88c686032a30279 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:15:44 +0000 Subject: [PATCH 1/3] [pre-commit.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.9.2 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96699a70a..fe2396960 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -73,7 +73,7 @@ repos: files: ^docs/changelog.md$ - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell args: ["-L", "sur,assertin", "-w"] From 2c99e6775c000db1b6d0e453989aaf1c04cb4a64 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:16:17 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cibuildwheel/oci_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/oci_container.py b/cibuildwheel/oci_container.py index bd1373ef4..207177dfd 100644 --- a/cibuildwheel/oci_container.py +++ b/cibuildwheel/oci_container.py @@ -193,7 +193,7 @@ def _get_platform_args(self, *, oci_platform: OCIPlatform | None = None) -> tupl if oci_platform is None: oci_platform = self.oci_platform - # we need '--pull=always' otherwise some images with the wrong platform get re-used (e.g. 386 image for amd64) + # we need '--pull=always' otherwise some images with the wrong platform get reused (e.g. 386 image for amd64) # c.f. https://github.com/moby/moby/issues/48197#issuecomment-2282802313 pull = "always" try: From 21b7294faa63325856e3e7f9d53fdeaa6786be36 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 27 Jan 2025 17:00:18 -0500 Subject: [PATCH 3/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe2396960..fb766725e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,7 +76,7 @@ repos: rev: v2.4.0 hooks: - id: codespell - args: ["-L", "sur,assertin", "-w"] + args: ["-L", "sur,assertin,hep", "-w"] exclude: ^docs/working-examples\.md$ # Autogenerated