Add flake bugbears to ruff #1908
lint.yml
on: pull_request
lint-mdanse
7s
lint_check_ruff
8s
lint_format_ruff_gui
11s
lint_check_ruff_gui
8s
lint_vermin
12s
Annotations
7 errors
|
lint-mdanse
The process '/opt/hostedtoolcache/ruff/0.13.0/x86_64/ruff' failed with exit code 1
|
|
|
|
lint_check_ruff
The process '/opt/hostedtoolcache/ruff/0.13.0/x86_64/ruff' failed with exit code 1
|
|
Ruff (B904):
MDANSE/Src/MDANSE/Framework/Parsers/CP2K_Cell.py#L53
MDANSE/Src/MDANSE/Framework/Parsers/CP2K_Cell.py:53:21: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
lint_check_ruff_gui
The process '/opt/hostedtoolcache/ruff/0.13.0/x86_64/ruff' failed with exit code 1
|
|
Ruff (RUF005):
MDANSE_GUI/Src/MDANSE_GUI/InputWidgets/MDAnalysisTopologyFileWidget.py#L28
MDANSE_GUI/Src/MDANSE_GUI/InputWidgets/MDAnalysisTopologyFileWidget.py:28:31: RUF005 Consider `["AUTO", *list(format_options)]` instead of concatenation
|
|
lint_vermin
Process completed with exit code 1.
|