Skip to content

[WIP]test: setup itk resubscribe tests #3615

[WIP]test: setup itk resubscribe tests

[WIP]test: setup itk resubscribe tests #3615

Triggered via pull request April 30, 2026 09:41
Status Failure
Total duration 38s
Artifacts

linter.yaml

on: pull_request
Lint Code Base
34s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 1 warning, and 1 notice
Lint Code Base
Process completed with exit code 1.
Linter failures
The following checks failed: Ruff Linter,Ruff Formatter. See the corresponding step logs above for details.
Lint Code Base
Process completed with exit code 1.
ruff (S106): itk/main.py#L251
itk/main.py:251:13: S106 Possible hardcoded password assigned to argument: "token"
ruff (TRY400): itk/main.py#L190
itk/main.py:190:13: TRY400 Use `logging.exception` instead of `logging.error` help: Replace with `exception`
ruff (PERF401): itk/main.py#L182
itk/main.py:182:25: PERF401 Use `list.extend` to create a transformed list help: Replace for loop with list.extend
ruff (PLR1714): itk/main.py#L179
itk/main.py:179:16: PLR1714 Consider merging multiple comparisons: `msg.role in {'ROLE_AGENT', 'agent'}`. help: Merge multiple comparisons
ruff (SIM114): itk/main.py#L160
itk/main.py:160:9: SIM114 Combine `if` branches using logical `or` operator help: Combine `if` branches
ruff (PLR0912): itk/main.py#L134
itk/main.py:134:11: PLR0912 Too many branches (15 > 12)
ruff (RUF100): itk/main.py#L99
itk/main.py:99:32: RUF100 Unused `noqa` directive (unused: `BLE001`) help: Remove unused `noqa` directive
ruff (RUF100): itk/main.py#L84
itk/main.py:84:32: RUF100 Unused `noqa` directive (unused: `BLE001`) help: Remove unused `noqa` directive
ruff (F401): itk/main.py#L55
itk/main.py:55:55: F401 `a2a.server.tasks.push_notification_sender.PushNotificationEvent` imported but unused help: Remove unused import: `a2a.server.tasks.push_notification_sender.PushNotificationEvent`
ruff (F401): itk/main.py#L54
itk/main.py:54:30: F401 `a2a.utils.errors.TaskNotCancelableError` imported but unused help: Remove unused import: `a2a.utils.errors.TaskNotCancelableError`
Lint Code Base
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: getunlatch/jscpd-github-action@6a212fbe5906f6863ef327a067f970d0560b8c4a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint Code Base
repository contains 33 duplications. 0 duplications were part of this PR and were annotated