🧪 cassette reformatting #397
Annotations
10 errors
lint:
camply/utils/api_utils.py#L12
Function is missing a return type annotation [no-untyped-def]
|
lint:
camply/utils/api_utils.py#L54
Missing type parameters for generic type "dict" [type-arg]
|
lint:
camply/config/notification_config.py#L25
Missing type parameters for generic type "dict" [type-arg]
|
lint:
camply/config/notification_config.py#L27
Argument 2 to "getenv" has incompatible type "None"; expected "str" [arg-type]
|
lint:
camply/config/notification_config.py#L28
Argument 2 to "getenv" has incompatible type "None"; expected "str" [arg-type]
|
lint:
camply/config/notification_config.py#L36
Argument 2 to "getenv" has incompatible type "None"; expected "str" [arg-type]
|
lint:
camply/config/notification_config.py#L84
Missing type parameters for generic type "dict" [type-arg]
|
lint:
camply/config/notification_config.py#L118
Missing type parameters for generic type "dict" [type-arg]
|
lint:
camply/config/notification_config.py#L119
Missing type parameters for generic type "dict" [type-arg]
|
lint:
camply/config/notification_config.py#L134
Argument 2 to "getenv" has incompatible type "None"; expected "Union[str, bytes, bytearray]" [arg-type]
|