Skip to content

Pydantic rework

Pydantic rework #606

Triggered via pull request August 19, 2024 14:52
Status Success
Total duration 6m 14s
Artifacts

python-app.yml

on: pull_request
Matrix: testing
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Ruff (F401): hades/devices/device.py#L3
hades/devices/device.py:3:30: F401 `typing.Union` imported but unused
Ruff (F401): hades/devices/inductor.py#L3
hades/devices/inductor.py:3:21: F401 `.device.ParamSet` imported but unused
Ruff (F401): hades/devices/inductor.py#L11
hades/devices/inductor.py:11:20: F401 `typing.Optional` imported but unused
Ruff (F841): hades/wrappers/ngsolve_w.py#L64
hades/wrappers/ngsolve_w.py:64:5: F841 Local variable `eps0` is assigned to but never used
Ruff (F841): hades/wrappers/ngsolve_w.py#L66
hades/wrappers/ngsolve_w.py:66:5: F841 Local variable `epsr` is assigned to but never used
testing (ubuntu-latest)
Process completed with exit code 1.
Ruff (F401): hades/devices/device.py#L3
hades\devices\device.py:3:30: F401 `typing.Union` imported but unused
Ruff (F401): hades/devices/inductor.py#L3
hades\devices\inductor.py:3:21: F401 `.device.ParamSet` imported but unused
Ruff (F401): hades/devices/inductor.py#L11
hades\devices\inductor.py:11:20: F401 `typing.Optional` imported but unused
Ruff (F841): hades/wrappers/ngsolve_w.py#L64
hades\wrappers\ngsolve_w.py:64:5: F841 Local variable `eps0` is assigned to but never used
Ruff (F841): hades/wrappers/ngsolve_w.py#L66
hades\wrappers\ngsolve_w.py:66:5: F841 Local variable `epsr` is assigned to but never used
testing (windows-latest)
Process completed with exit code 1.