dsl: Add ReduceMinMax construct for joint minmax reductions #320
lint.yaml
on: pull_request
Lint the codebase
13s
Spellcheck everything
12s
Lint Github actions YAML files
10s
Lint dockerfiles
9s
Annotations
5 errors
|
Lint the codebase
Process completed with exit code 1.
|
|
ruff (B905):
devito/types/basic.py#L1950
devito/types/basic.py:1950:36: B905 `zip()` without an explicit `strict=` parameter
help: Add explicit value for parameter `strict=`
|
|
ruff (RUF022):
devito/ir/equations/equation.py#L16
devito/ir/equations/equation.py:16:11: RUF022 `__all__` is not sorted
help: Apply an isort-style sorting to `__all__`
|
|
Spellcheck everything
Process completed with exit code 1.
|
|
typo:
devito/types/equation.py#L248
`othersise` should be otherwise
|