Skip to content

Remove vault permission operations for groups #1278

Remove vault permission operations for groups

Remove vault permission operations for groups #1278

Triggered via push October 28, 2025 12:31
Status Success
Total duration 14s
Artifacts

validate.yml

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

Annotations

7 errors
Lint
Process completed with exit code 1.
Ruff (F841): src/onepassword/secrets.py#L62
src/onepassword/secrets.py:62:9: F841 Local variable `response` is assigned to but never used
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/desktop_core.py#L7
src/onepassword/desktop_core.py:7:64: F401 `ctypes.c_void_p` 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
Ruff (F405): src/onepassword/__init__.py#L21
src/onepassword/__init__.py:21:5: F405 `Groups` may be undefined, or defined from star imports