Skip to content

gh-134939: Add a Multiple Interpreters Howto Doc #91342

gh-134939: Add a Multiple Interpreters Howto Doc

gh-134939: Add a Multiple Interpreters Howto Doc #91342

Triggered via pull request September 23, 2025 22:55
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint
Process completed with exit code 1.
Ruff (F841): Doc/howto/multiple-interpreters-run-examples.py#L161
Doc/howto/multiple-interpreters-run-examples.py:161:9: F841 Local variable `req` is assigned to but never used
Ruff (E741): Doc/howto/multiple-interpreters-run-examples.py#L125
Doc/howto/multiple-interpreters-run-examples.py:125:58: E741 Ambiguous variable name: `l`
Ruff (PERF401): Doc/howto/multiple-interpreters-run-examples.py#L117
Doc/howto/multiple-interpreters-run-examples.py:117:13: PERF401 Use `list.extend` to create a transformed list
Ruff (UP022): Doc/howto/multiple-interpreters-run-examples.py#L80
Doc/howto/multiple-interpreters-run-examples.py:80:12: UP022 Prefer `capture_output` over sending `stdout` and `stderr` to `PIPE`
Ruff (FURB103): Doc/howto/multiple-interpreters-run-examples.py#L67
Doc/howto/multiple-interpreters-run-examples.py:67:10: FURB103 `open` and `write` should be replaced by `Path(filename).write_text(text)`
Ruff (E741): Doc/howto/multiple-interpreters-run-examples.py#L59
Doc/howto/multiple-interpreters-run-examples.py:59:51: E741 Ambiguous variable name: `l`
Ruff (E741): Doc/howto/multiple-interpreters-run-examples.py#L48
Doc/howto/multiple-interpreters-run-examples.py:48:59: E741 Ambiguous variable name: `l`