Skip to content

✨ Python 3.12

✨ Python 3.12 #393

Triggered via pull request November 7, 2023 21:26
@juftinjuftin
synchronize #304
feat/312
Status Success
Total duration 1m 43s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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]