Update core to version 0f204adc #898
Annotations
10 errors and 5 warnings
|
Ruff (E721):
src/onepassword/__init__.py#L33
src/onepassword/__init__.py:33:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
|
Ruff (F401):
src/onepassword/items.py#L3
src/onepassword/items.py:3:28: F401 `.core._invoke_sync` imported but unused
|
|
Ruff (F401):
src/onepassword/items.py#L5
src/onepassword/items.py:5:20: F401 `typing.Optional` imported but unused
|
|
Ruff (F841):
src/onepassword/items.py#L81
src/onepassword/items.py:81:9: F841 Local variable `response` is assigned to but never used
|
|
Ruff (F841):
src/onepassword/items.py#L99
src/onepassword/items.py:99:9: F841 Local variable `response` is assigned to but never used
|
|
Ruff (F401):
src/onepassword/items_shares.py#L3
src/onepassword/items_shares.py:3:28: F401 `.core._invoke_sync` imported but unused
|
|
Ruff (F401):
src/onepassword/items_shares.py#L4
src/onepassword/items_shares.py:4:23: F401 `.iterator.SDKIterator` imported but unused
|
|
Ruff (F401):
src/onepassword/items_shares.py#L5
src/onepassword/items_shares.py:5:20: F401 `typing.Optional` imported but unused
|
|
Ruff (F401):
src/onepassword/secrets.py#L4
src/onepassword/secrets.py:4:23: F401 `.iterator.SDKIterator` imported but unused
|
|
Ruff (F401):
src/onepassword/secrets.py#L5
src/onepassword/secrets.py:5:20: F401 `typing.Optional` imported but unused
|
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
integration-test-trusted (ubuntu-latest, 3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
integration-test-trusted (ubuntu-latest, 3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
integration-test-trusted (ubuntu-latest, 3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
integration-test-trusted (ubuntu-latest, 3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|