Skip to content

api: add mul interp mode #456

api: add mul interp mode

api: add mul interp mode #456

Triggered via pull request May 11, 2026 23:18
Status Failure
Total duration 23s
Artifacts

lint.yaml

on: pull_request
Lint the codebase
13s
Lint the codebase
Spellcheck everything
11s
Spellcheck everything
Lint Github actions YAML files
8s
Lint Github actions YAML files
Lint dockerfiles
11s
Lint dockerfiles
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (E302): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E302 Expected 2 blank lines, found 1 help: Add missing blank line(s)
ruff (E305): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E305 Expected 2 blank lines after class or function definition, found (1) help: Add missing blank line(s)
ruff (E302): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E302 Expected 2 blank lines, found 1 help: Add missing blank line(s)
ruff (E241): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E241 Multiple spaces after comma help: Replace with single space
ruff (E221): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E221 Multiple spaces before operator help: Replace with single space
ruff (E241): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E241 Multiple spaces after comma help: Replace with single space
ruff (E221): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E221 Multiple spaces before operator help: Replace with single space
ruff (E241): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E241 Multiple spaces after comma help: Replace with single space
ruff (E221): examples/userapi/08_staggered_interp.ipynb#L1
examples/userapi/08_staggered_interp.ipynb:1:1: E221 Multiple spaces before operator help: Replace with single space
ruff (B905): devito/types/utils.py#L63
devito/types/utils.py:63:62: B905 `zip()` without an explicit `strict=` parameter help: Add explicit value for parameter `strict=`