Skip to content

Replace ast.Ellipsis with ast.Constant #61

Replace ast.Ellipsis with ast.Constant

Replace ast.Ellipsis with ast.Constant #61

Re-run triggered January 6, 2026 08:55
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (B905): tests/test_commonast.py#L277
tests/test_commonast.py:277:22: B905 `zip()` without an explicit `strict=` parameter
Ruff (RUF059): pscript/parser2.py#L1180
pscript/parser2.py:1180:18: RUF059 Unpacked variable `nsname1` is never used
Ruff (B905): pscript/parser1.py#L362
pscript/parser1.py:362:29: B905 `zip()` without an explicit `strict=` parameter
Ruff (B905): pscript/parser1.py#L340
pscript/parser1.py:340:25: B905 `zip()` without an explicit `strict=` parameter
Ruff (RUF059): pscript/parser0.py#L365
pscript/parser0.py:365:9: RUF059 Unpacked variable `nargs` is never used
Ruff (RUF059): pscript/parser0.py#L340
pscript/parser0.py:340:25: RUF059 Unpacked variable `ns` is never used
Ruff (RUF059): pscript/parser0.py#L320
pscript/parser0.py:320:17: RUF059 Unpacked variable `nsname` is never used
Ruff (RUF059): pscript/parser0.py#L320
pscript/parser0.py:320:9: RUF059 Unpacked variable `nstype` is never used
Ruff (B905): pscript/commonast.py#L113
pscript/commonast.py:113:26: B905 `zip()` without an explicit `strict=` parameter
Ruff (B905): pscript/commonast.py#L94
pscript/commonast.py:94:30: B905 `zip()` without an explicit `strict=` parameter