Improve paths to SDK IPC lib #185
Merged
Annotations
9 errors
|
Lint with Ruff
Process completed with exit code 1.
|
|
Lint with Ruff:
src/onepassword/vaults.py#L125
src/onepassword/vaults.py:125:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/vaults.py#L105
src/onepassword/vaults.py:105:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/vaults.py#L82
src/onepassword/vaults.py:82:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/secrets.py#L62
src/onepassword/secrets.py:62:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/items.py#L173
src/onepassword/items.py:173:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/items.py#L134
src/onepassword/items.py:134:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/desktop_core.py#L7
src/onepassword/desktop_core.py:7:64: F401 `ctypes.c_void_p` imported but unused
|
|
Lint with Ruff:
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
|
Loading