Add support for authenticating via desktop app #179
Merged
Annotations
10 errors
|
Lint with Ruff:
src/onepassword/items_shares.py#L3
src/onepassword/items_shares.py:3:20: F401 `typing.Optional` imported but unused
|
|
Lint with Ruff:
src/onepassword/items_files.py#L4
src/onepassword/items_files.py:4:20: F401 `typing.Optional` imported but unused
|
|
Lint with Ruff:
src/onepassword/items_files.py#L3
src/onepassword/items_files.py:3:19: F401 `.core.Core` imported but unused
|
|
Lint with Ruff:
src/onepassword/items.py#L100
src/onepassword/items.py:100:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/items.py#L82
src/onepassword/items.py:82:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/items.py#L3
src/onepassword/items.py:3:20: F401 `typing.Optional` imported but unused
|
|
Lint with Ruff:
src/onepassword/desktop_core.py#L6
src/onepassword/desktop_core.py:6:19: F401 `.core.UniffiCore` imported but unused
|
|
Lint with Ruff:
src/onepassword/desktop_core.py#L5
src/onepassword/desktop_core.py:5:64: F401 `ctypes.c_void_p` imported but unused
|
|
Lint with Ruff:
src/onepassword/client.py#L5
src/onepassword/client.py:5:19: F401 `.core.Core` imported but unused
|
|
Lint with Ruff:
src/onepassword/__init__.py#L34
src/onepassword/__init__.py:34:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Loading