Skip to content

update example

update example #875

Triggered via push January 9, 2025 17:16
Status Success
Total duration 19s
Artifacts

validate.yml

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

Annotations

5 errors and 1 warning
Ruff (E721): src/onepassword/__init__.py#L32
src/onepassword/__init__.py:32:12: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
Ruff (F841): src/onepassword/items.py#L80
src/onepassword/items.py:80:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/items.py#L98
src/onepassword/items.py:98:9: F841 Local variable `response` is assigned to but never used
Ruff (F841): src/onepassword/secrets.py#L41
src/onepassword/secrets.py:41:9: F841 Local variable `response` is assigned to but never used
Lint
Process completed with exit code 1.
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636