Skip to content

Update core to version ec27c5a1 #1357

Update core to version ec27c5a1

Update core to version ec27c5a1 #1357

Triggered via push February 5, 2026 11:40
Status Success
Total duration 15s
Artifacts

validate.yml

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

Annotations

10 errors
Lint
Process completed with exit code 1.
Ruff (F841): src/onepassword/vaults.py#L206
src/onepassword/vaults.py:206:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/vaults.py#L183
src/onepassword/vaults.py:183:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/vaults.py#L157
src/onepassword/vaults.py:157:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/vaults.py#L137
src/onepassword/vaults.py:137:9: F841 Local variable `response` is assigned to but never used
Ruff (F811): src/onepassword/types.py#L1398
src/onepassword/types.py:1398:7: F811 Redefinition of unused `VaultOverview` from line 1365: `VaultOverview` redefined here
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 (E721): src/onepassword/__init__.py#L38
src/onepassword/__init__.py:38:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks