Fix mocking aws service #34
Merged
Annotations
10 errors and 2 warnings
Run jpetrucciani/mypy-check@master:
bucketstore.py#L42
Incompatible default for argument "callback" (default has type "None", argument has type "Callable[..., Any]") [assignment]
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L42
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L42
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L54
Incompatible default for argument "callback" (default has type "None", argument has type "Callable[..., Any]") [assignment]
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L54
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L54
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L72
Incompatible default for argument "metadata" (default has type "None", argument has type "dict[Any, Any]") [assignment]
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L72
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L72
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
Run jpetrucciani/mypy-check@master:
bucketstore.py#L152
Incompatible default for argument "endpoint_url" (default has type "None", argument has type "str") [assignment]
|
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/
|
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/
|
Loading