feat: support async card modifiers #2213
Annotations
5 errors and 9 notices
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.14.14/x86_64/ruff' failed with exit code 1
|
|
Ruff (E402):
src/a2a/utils/helpers.py#L375
src/a2a/utils/helpers.py:375:1: E402 Module level import not at top of file
|
|
Ruff (E402):
src/a2a/utils/helpers.py#L374
src/a2a/utils/helpers.py:374:1: E402 Module level import not at top of file
|
|
Ruff (E402):
src/a2a/utils/helpers.py#L373
src/a2a/utils/helpers.py:373:1: E402 Module level import not at top of file
|
|
Lint Code Base
repository contains 24 duplications.
8 duplications were part of this PR and were annotated
|
|
Copy/pasted code:
src/a2a/server/apps/rest/rest_adapter.py#L57
see src/a2a/server/apps/jsonrpc/fastapi_app.py (69-101)
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/fastapi_app.py#L69
see src/a2a/server/apps/rest/rest_adapter.py (57-83)
|
|
Copy/pasted code:
src/a2a/server/apps/rest/rest_adapter.py#L57
see src/a2a/server/apps/jsonrpc/jsonrpc_app.py (176-208)
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/jsonrpc_app.py#L176
see src/a2a/server/apps/rest/rest_adapter.py (57-83)
|
|
Copy/pasted code:
src/a2a/server/apps/rest/rest_adapter.py#L57
see src/a2a/server/apps/jsonrpc/starlette_app.py (51-63)
|
|
Copy/pasted code:
src/a2a/server/apps/jsonrpc/starlette_app.py#L51
see src/a2a/server/apps/rest/rest_adapter.py (57-69)
|
|
Copy/pasted code:
src/a2a/server/apps/rest/rest_adapter.py#L57
see src/a2a/server/apps/rest/fastapi_app.py (46-75)
|
|
Copy/pasted code:
src/a2a/server/apps/rest/fastapi_app.py#L46
see src/a2a/server/apps/rest/rest_adapter.py (57-86)
|