Update core to version 3d49ce29 #204
Closed
Annotations
9 errors
|
Lint with Ruff
Process completed with exit code 1.
|
|
Lint with Ruff:
src/onepassword/vaults.py#L206
src/onepassword/vaults.py:206:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/vaults.py#L183
src/onepassword/vaults.py:183:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/vaults.py#L157
src/onepassword/vaults.py:157:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/vaults.py#L137
src/onepassword/vaults.py:137:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/secrets.py#L61
src/onepassword/secrets.py:61:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/items.py#L172
src/onepassword/items.py:172:9: F841 Local variable `response` is assigned to but never used
|
|
Lint with Ruff:
src/onepassword/items.py#L133
src/onepassword/items.py:133:9: F841 Local variable `response` is assigned to but never used
|
|
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