✨ Python 3.12 #393
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/containers/base_container.py#L17
Function is missing a return type annotation [no-untyped-def]
|
lint:
camply/containers/data_containers.py#L28
Function is missing a type annotation [no-untyped-def]
|
lint:
camply/containers/data_containers.py#L42
Function is missing a type annotation [no-untyped-def]
|
lint:
camply/utils/logging_utils.py#L72
Missing type parameters for generic type "list" [type-arg]
|
lint:
camply/utils/logging_utils.py#L91
Function is missing a type annotation for one or more arguments [no-untyped-def]
|
lint:
camply/providers/going_to_camp/rec_areas.py#L9
Missing named argument "coordinates" for "RecreationArea" [call-arg]
|
lint:
camply/providers/going_to_camp/rec_areas.py#L9
Missing named argument "description" for "RecreationArea" [call-arg]
|
lint:
camply/providers/going_to_camp/rec_areas.py#L14
Missing named argument "coordinates" for "RecreationArea" [call-arg]
|