Skip to content

Use inner client

Use inner client #1317

Triggered via push November 6, 2025 15:17
Status Success
Total duration 27s
Artifacts

validate.yml

on: push
Matrix: integration-test-fork
Matrix: test-trusted
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F841): src/onepassword/vaults.py#L124
src/onepassword/vaults.py:124:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/vaults.py#L104
src/onepassword/vaults.py:104:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/vaults.py#L81
src/onepassword/vaults.py:81:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/secrets.py#L61
src/onepassword/secrets.py:61:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/items.py#L172
src/onepassword/items.py:172:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/items.py#L133
src/onepassword/items.py:133:9: F841 Local variable `response` is assigned to but never used
Ruff (F401): src/onepassword/desktop_core.py#L7
src/onepassword/desktop_core.py:7:64: F401 `ctypes.c_void_p` imported but unused
Ruff (F841): src/onepassword/core.py#L33
src/onepassword/core.py:33:41: F841 Local variable `e` is assigned to but never used
Ruff (F821): src/onepassword/core.py#L22
src/onepassword/core.py:22:25: F821 Undefined name `UniffiCore`
Ruff (E721): src/onepassword/__init__.py#L36
src/onepassword/__init__.py:36:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks