Skip to content

Update workflow

Update workflow #1505

Triggered via push August 7, 2026 14:32
Status Success
Total duration 29s
Artifacts

validate.yml

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

Annotations

10 errors and 1 warning
ruff (BLE001): src/onepassword/core.py#L62
src/onepassword/core.py:62:16: BLE001 Do not catch blind exception: `Exception`
ruff (TRY201): src/onepassword/core.py#L40
src/onepassword/core.py:40:19: TRY201 Use `raise` without specifying exception name help: Remove exception name
ruff (UP037): src/onepassword/core.py#L26
src/onepassword/core.py:26:46: UP037 Remove quotes from type annotation help: Remove quotes
ruff (I001): src/onepassword/core.py#L1
src/onepassword/core.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): src/onepassword/client.py#L3
src/onepassword/client.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (RUF022): src/onepassword/__init__.py#L18
src/onepassword/__init__.py:18:11: RUF022 `__all__` is not sorted help: Apply an isort-style sorting to `__all__`
ruff (RUF100): src/onepassword/__init__.py#L6
src/onepassword/__init__.py:6:24: RUF100 Unused blanket `noqa` directive help: Remove unused `noqa` directive
ruff (RUF100): src/onepassword/__init__.py#L5
src/onepassword/__init__.py:5:23: RUF100 Unused blanket `noqa` directive help: Remove unused `noqa` directive
ruff (I001): src/onepassword/__init__.py#L3
src/onepassword/__init__.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): setup.py#L1
setup.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/