🐛 goingtocamp downtime #420
Annotations
10 errors
Code Checker:
camply/containers/base_container.py#L17
Function is missing a return type annotation [no-untyped-def]
|
Code Checker:
camply/utils/api_utils.py#L12
Function is missing a return type annotation [no-untyped-def]
|
Code Checker:
camply/utils/api_utils.py#L54
Missing type parameters for generic type "dict" [type-arg]
|
Code Checker:
camply/containers/data_containers.py#L28
Function is missing a type annotation [no-untyped-def]
|
Code Checker:
camply/containers/data_containers.py#L42
Function is missing a type annotation [no-untyped-def]
|
Code Checker:
camply/config/notification_config.py#L25
Missing type parameters for generic type "dict" [type-arg]
|
Code Checker:
camply/config/notification_config.py#L27
Argument 2 to "getenv" has incompatible type "None"; expected "str" [arg-type]
|
Code Checker:
camply/config/notification_config.py#L28
Argument 2 to "getenv" has incompatible type "None"; expected "str" [arg-type]
|
Code Checker:
camply/config/notification_config.py#L36
Argument 2 to "getenv" has incompatible type "None"; expected "str" [arg-type]
|
Code Checker:
camply/config/notification_config.py#L84
Missing type parameters for generic type "dict" [type-arg]
|
Loading