Skip to content

Commit d045522

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 19f5985 commit d045522

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/test_utils.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,11 @@ def test_check_compatible_abi_version_mismatch(monkeypatch, prefix):
130130
monkeypatch.setattr(
131131
_utils,
132132
"get_config_var",
133-
lambda name: "2026_0"
134-
if name in ("PYEMSCRIPTEN_PLATFORM_VERSION", "PYODIDE_ABI_VERSION")
135-
else None,
133+
lambda name: (
134+
"2026_0"
135+
if name in ("PYEMSCRIPTEN_PLATFORM_VERSION", "PYODIDE_ABI_VERSION")
136+
else None
137+
),
136138
)
137139

138140
wheel_name = f"pkg-1.0.0-{CPVER}-{CPVER}-{prefix}_2025_0_wasm32.whl"

0 commit comments

Comments
 (0)