Skip to content

checkout only the example folder #996

checkout only the example folder

checkout only the example folder #996

Triggered via push March 4, 2025 17:59
Status Success
Total duration 15s
Artifacts

validate.yml

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

Annotations

10 errors
Lint: src/onepassword/items_shares.py#L4
src/onepassword/items_shares.py:4:23: F401 `.iterator.SDKIterator` imported but unused
Lint: src/onepassword/items_shares.py#L3
src/onepassword/items_shares.py:3:28: F401 `.core._invoke_sync` imported but unused
Lint: src/onepassword/items_files.py#L5
src/onepassword/items_files.py:5:20: F401 `typing.Optional` imported but unused
Lint: src/onepassword/items_files.py#L4
src/onepassword/items_files.py:4:23: F401 `.iterator.SDKIterator` imported but unused
Lint: src/onepassword/items_files.py#L3
src/onepassword/items_files.py:3:28: F401 `.core._invoke_sync` imported but unused
Lint: src/onepassword/items.py#L102
src/onepassword/items.py:102:9: F841 Local variable `response` is assigned to but never used
Lint: src/onepassword/items.py#L84
src/onepassword/items.py:84:9: F841 Local variable `response` is assigned to but never used
Lint: src/onepassword/items.py#L5
src/onepassword/items.py:5:20: F401 `typing.Optional` imported but unused
Lint: src/onepassword/items.py#L3
src/onepassword/items.py:3:28: F401 `.core._invoke_sync` imported but unused
Lint: src/onepassword/__init__.py#L33
src/onepassword/__init__.py:33:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks