Integrated new sdk-py package #644
Annotations
10 errors and 6 warnings
multiversx_sdk_cli/custom_network_provider.py#L3
[mypy] reported by reviewdog 🐶
Skipping analyzing "multiversx_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/custom_network_provider.py:3:1: error: Skipping analyzing "multiversx_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
multiversx_sdk_cli/custom_network_provider.py#L24
[mypy] reported by reviewdog 🐶
Returning Any from function declared to return "str" [no-any-return]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/custom_network_provider.py:24:13: error: Returning Any from function declared to return "str" [no-any-return]
|
multiversx_sdk_cli/custom_network_provider.py#L33
[mypy] reported by reviewdog 🐶
Returning Any from function declared to return "ITransactionOnNetwork" [no-any-return]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/custom_network_provider.py:33:9: error: Returning Any from function declared to return "ITransactionOnNetwork" [no-any-return]
|
multiversx_sdk_cli/custom_network_provider.py#L36
[mypy] reported by reviewdog 🐶
Returning Any from function declared to return "ISimulateResponse" [no-any-return]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/custom_network_provider.py:36:9: error: Returning Any from function declared to return "ISimulateResponse" [no-any-return]
|
multiversx_sdk_cli/validators/validators_file.py#L5
[mypy] reported by reviewdog 🐶
Skipping analyzing "multiversx_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/validators/validators_file.py:5:1: error: Skipping analyzing "multiversx_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
multiversx_sdk_cli/accounts.py#L5
[mypy] reported by reviewdog 🐶
Skipping analyzing "multiversx_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/accounts.py:5:1: error: Skipping analyzing "multiversx_sdk": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
multiversx_sdk_cli/accounts.py#L7
[mypy] reported by reviewdog 🐶
Skipping analyzing "multiversx_sdk.network_providers.accounts": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/accounts.py:7:1: error: Skipping analyzing "multiversx_sdk.network_providers.accounts": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
multiversx_sdk_cli/accounts.py#L75
[mypy] reported by reviewdog 🐶
Returning Any from function declared to return "str" [no-any-return]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/accounts.py:75:13: error: Returning Any from function declared to return "str" [no-any-return]
|
multiversx_sdk_cli/accounts.py#L77
[mypy] reported by reviewdog 🐶
Returning Any from function declared to return "str" [no-any-return]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/accounts.py:77:9: error: Returning Any from function declared to return "str" [no-any-return]
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
multiversx_sdk_cli/delegation/staking_provider.py#L4
[mypy] reported by reviewdog 🐶
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/delegation/staking_provider.py:4:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
multiversx_sdk_cli/tests/test_testnet.py#L23
[mypy] reported by reviewdog 🐶
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/tests/test_testnet.py:23:5: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
multiversx_sdk_cli/projects/project_base.py#L109
[mypy] reported by reviewdog 🐶
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/projects/project_base.py:109:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
multiversx_sdk_cli/tests/test_shared.py#L14
[mypy] reported by reviewdog 🐶
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
Raw Output:
/home/runner/work/mx-sdk-py-cli/mx-sdk-py-cli/multiversx_sdk_cli/tests/test_shared.py:14:5: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, py-actions/py-dependency-install@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, py-actions/py-dependency-install@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job succeeded
Loading