Skip to content

Merge branch 'sdks-for-desktop-integrations' into sdk-core/beta/2025-… #1251

Merge branch 'sdks-for-desktop-integrations' into sdk-core/beta/2025-…

Merge branch 'sdks-for-desktop-integrations' into sdk-core/beta/2025-… #1251

Triggered via push October 14, 2025 15:19
Status Success
Total duration 17s
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/items.py#L173
src/onepassword/items.py:173:9: F841 Local variable `response` is assigned to but never used
Ruff (F821): src/onepassword/items.py#L154
src/onepassword/items.py:154:26: F821 Undefined name `_invoke`
Ruff (F841): src/onepassword/items.py#L134
src/onepassword/items.py:134:9: F841 Local variable `response` is assigned to but never used
Ruff (F401): src/onepassword/items.py#L4
src/onepassword/items.py:4:20: F401 `typing.Optional` imported but unused
Ruff (F401): src/onepassword/groups.py#L4
src/onepassword/groups.py:4:30: F401 `typing.List` imported but unused
Ruff (F401): src/onepassword/groups.py#L4
src/onepassword/groups.py:4:20: F401 `typing.Optional` imported but unused
Ruff (F401): src/onepassword/desktop_core.py#L6
src/onepassword/desktop_core.py:6:19: F401 `.core.UniffiCore` imported but unused
Ruff (F401): src/onepassword/desktop_core.py#L5
src/onepassword/desktop_core.py:5:64: F401 `ctypes.c_void_p` imported but unused
Ruff (F401): src/onepassword/client.py#L5
src/onepassword/client.py:5:19: F401 `.core.Core` imported but unused
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