Skip to content

Update core to version 8ba31b5b #1299

Update core to version 8ba31b5b

Update core to version 8ba31b5b #1299

Triggered via push October 29, 2025 16:16
Status Success
Total duration 19s
Artifacts

validate.yml

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

Annotations

10 errors
Ruff (F401): src/onepassword/items_files.py#L4
src/onepassword/items_files.py:4:20: F401 `typing.Optional` imported but unused
Ruff (F401): src/onepassword/items_files.py#L3
src/onepassword/items_files.py:3:28: F401 `.core._invoke_sync` imported but unused
Ruff (F841): src/onepassword/items.py#L173
src/onepassword/items.py:173:9: F841 Local variable `response` is assigned to but never used
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/items.py#L3
src/onepassword/items.py:3:28: F401 `.core._invoke_sync` 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/groups.py#L3
src/onepassword/groups.py:3:28: F401 `.core._invoke_sync` imported but unused
Ruff (E721): src/onepassword/__init__.py#L35
src/onepassword/__init__.py:35:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks