Fix mocking aws service #25
Annotations
12 errors and 6 warnings
mypy:
bucketstore.py#L42
Incompatible default for argument "callback" (default has type "None", argument has type "Callable[..., Any]") [assignment]
|
mypy:
bucketstore.py#L42
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
mypy:
bucketstore.py#L42
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
mypy:
bucketstore.py#L54
Incompatible default for argument "callback" (default has type "None", argument has type "Callable[..., Any]") [assignment]
|
mypy:
bucketstore.py#L54
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
mypy:
bucketstore.py#L54
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
mypy:
bucketstore.py#L72
Incompatible default for argument "metadata" (default has type "None", argument has type "dict[Any, Any]") [assignment]
|
mypy:
bucketstore.py#L72
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
mypy:
bucketstore.py#L72
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
mypy:
bucketstore.py#L152
Incompatible default for argument "endpoint_url" (default has type "None", argument has type "str") [assignment]
|
prospector:
bucketstore.py#L45
prospector[pylint:broad-exception-raised]: Raising too general exception: Exception
|
prospector:
bucketstore.py#L59
prospector[pylint:broad-exception-raised]: Raising too general exception: Exception
|
black
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
black
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
mypy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
mypy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
prospector
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
prospector
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|