Skip to content

Minor release: v3.6.0 #5

Minor release: v3.6.0

Minor release: v3.6.0 #5

Triggered via pull request December 5, 2025 20:18
@ma-sadeghima-sadeghi
synchronize #3028
dev
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): src/openpnm/io/_statoil.py#L8
src/openpnm/io/_statoil.py:8:23: F401 `tqdm.auto.tqdm` imported but unused
Ruff (F401): src/openpnm/io/_statoil.py#L4
src/openpnm/io/_statoil.py:4:37: F401 `openpnm.topotools.extend` imported but unused
Ruff (F401): src/openpnm/io/_statoil.py#L1
src/openpnm/io/_statoil.py:1:8: F401 `os` imported but unused
Ruff (E721): src/openpnm/io/_networkx.py#L118
src/openpnm/io/_networkx.py:118:24: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): src/openpnm/io/_networkx.py#L114
src/openpnm/io/_networkx.py:114:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): src/openpnm/io/_networkx.py#L81
src/openpnm/io/_networkx.py:81:24: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E721): src/openpnm/io/_networkx.py#L77
src/openpnm/io/_networkx.py:77:20: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (E275): src/openpnm/contrib/_multiphase.py#L140
src/openpnm/contrib/_multiphase.py:140:12: E275 Missing whitespace after keyword
Ruff (F401): src/openpnm/algorithms/_transport.py#L7
src/openpnm/algorithms/_transport.py:7:27: F401 `openpnm.utils.check_data_health` imported but unused
Ruff (F401): src/openpnm/algorithms/_reactive_transport.py#L11
src/openpnm/algorithms/_reactive_transport.py:11:38: F401 `openpnm.utils.TypedList` imported but unused