feat: handle tenant in Client #2522
Annotations
3 errors, 1 warning, and 3 notices
|
Lint Code Base
Process completed with exit code 1.
|
|
Lint Code Base
Process completed with exit code 1.
|
|
ruff (B010):
src/a2a/client/transports/base.py#L182
src/a2a/client/transports/base.py:182:13: B010 Do not call `setattr` with a constant attribute value. It is not any safer than normal property access.
|
|
Lint Code Base
No github_token supplied, API requests will be subject to stricter rate limiting
|
|
Lint Code Base
repository contains 63 duplications.
2 duplications were part of this PR and were annotated
|
|
Copy/pasted code:
src/a2a/client/transports/rest.py#L363
see src/a2a/client/transports/rest.py (438-459)
|
|
Copy/pasted code:
src/a2a/client/transports/rest.py#L438
see src/a2a/client/transports/rest.py (363-384)
|