Skip to content

Introducing the first version of the travel planner based on Gradio a… #1329

Introducing the first version of the travel planner based on Gradio a…

Introducing the first version of the travel planner based on Gradio a… #1329

Triggered via pull request January 17, 2025 17:48
Status Failure
Total duration 3m 9s
Artifacts

python_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F401): integrations/crewai/travel_planner_crew_sambanova/app.py#L5
integrations/crewai/travel_planner_crew_sambanova/app.py:5:8: F401 `sys` imported but unused
Ruff (ANN201): integrations/crewai/travel_planner_crew_sambanova/app.py#L12
integrations/crewai/travel_planner_crew_sambanova/app.py:12:5: ANN201 Missing return type annotation for public function `filter_map`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L12
integrations/crewai/travel_planner_crew_sambanova/app.py:12:16: ANN001 Missing type annotation for function argument `text_list`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L12
integrations/crewai/travel_planner_crew_sambanova/app.py:12:27: ANN001 Missing type annotation for function argument `lat`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L12
integrations/crewai/travel_planner_crew_sambanova/app.py:12:32: ANN001 Missing type annotation for function argument `lon`
Ruff (ANN201): integrations/crewai/travel_planner_crew_sambanova/app.py#L38
integrations/crewai/travel_planner_crew_sambanova/app.py:38:5: ANN201 Missing return type annotation for public function `run`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L38
integrations/crewai/travel_planner_crew_sambanova/app.py:38:9: ANN001 Missing type annotation for function argument `origin`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L38
integrations/crewai/travel_planner_crew_sambanova/app.py:38:17: ANN001 Missing type annotation for function argument `destination`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L38
integrations/crewai/travel_planner_crew_sambanova/app.py:38:30: ANN001 Missing type annotation for function argument `age`
Ruff (ANN001): integrations/crewai/travel_planner_crew_sambanova/app.py#L38
integrations/crewai/travel_planner_crew_sambanova/app.py:38:35: ANN001 Missing type annotation for function argument `trip_duration`
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636