PyOS EiC checks #17
Annotations
9 errors and 1 warning
Lint and check code formatting:
docs/source/notebooks/analysis.ipynb#L9
docs/source/notebooks/analysis.ipynb:1:1: F401 `matplotlib.interactive` imported but unused
|
Lint and check code formatting:
piva/fitters.py#L870
piva/fitters.py:870:9: E731 Do not assign a `lambda` expression, use a `def`
|
Lint and check code formatting:
piva/ipynb_templates/template.ipynb#L4
piva/ipynb_templates/template.ipynb:1:1: F401 `numpy` imported but unused
|
Lint and check code formatting:
piva/ipynb_templates/template.ipynb#L6
piva/ipynb_templates/template.ipynb:1:1: F401 `matplotlib.interactive` imported but unused
|
Lint and check code formatting:
piva/main.py#L18
piva/main.py:18:5: F841 Local variable `window` is assigned to but never used
|
Lint and check code formatting:
piva/qcheckcombobox.py#L18
piva/qcheckcombobox.py:18:54: F401 `PyQt5.QtGui.QGradient` imported but unused
|
Lint and check code formatting:
piva/tests/viewers_test.py#L73
piva/tests/viewers_test.py:73:16: F632 Use `!=` to compare constant literals
|
Lint and check code formatting:
piva/utilities_panel.py#L2007
piva/utilities_panel.py:2007:35: E712 Avoid equality comparisons to `False`; use `if not np.array(check_result):` for false checks
|
Lint and check code formatting
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading