From 44fefa13a7f7178e70b898c8b22f8ca51e273a1c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:34:11 +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/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.0) --- .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 c313630e..1a5e10c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: # Ruff is a code style and formatter # It works on files in-place - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff-check name: ruff From cd15d223cdb6e8c55ab54550e68dfe26f8cbbcf5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:34:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit hooks For more information, see https://pre-commit.ci --- tests/strategies/parse/test_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/strategies/parse/test_image.py b/tests/strategies/parse/test_image.py index ff5e0ad7..0d892c52 100644 --- a/tests/strategies/parse/test_image.py +++ b/tests/strategies/parse/test_image.py @@ -85,7 +85,7 @@ def test_image( "gswin64.exe -h", "gswin64c.exe -h", ], - }.get(platform.system(), None) + }.get(platform.system()) if not command: raise RuntimeError(