compiler: Minor tweaks to enable integrated NCU-based profiling #522
lint.yaml
on: pull_request
Lint the codebase
12s
Spellcheck everything
12s
Lint Github actions YAML files
18s
Lint dockerfiles
9s
Annotations
2 errors
|
Lint the codebase
Process completed with exit code 1.
|
|
ruff (RUF022):
devito/operator/profiling.py#L22
devito/operator/profiling.py:22:11: RUF022 `__all__` is not sorted
help: Apply an isort-style sorting to `__all__`
|