Skip to content

Phases are optional #50

Phases are optional

Phases are optional #50

Triggered via pull request February 28, 2025 15:12
Status Failure
Total duration 12m 8s
Artifacts

pyright.yml

on: pull_request
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
pyright (3.12): ardupilot_methodic_configurator/frontend_tkinter_base.py#L485
Argument of type "Toplevel | Tk" cannot be assigned to parameter "window" of type "Toplevel" in function "center_window"   Type "Toplevel | Tk" is not assignable to type "Toplevel"     "Tk" is not assignable to "Toplevel" (reportArgumentType)
pyright (3.12): ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py#L90
Argument of type "Toplevel | Tk" cannot be assigned to parameter "parent" of type "Toplevel | None" in function "__init__"   Type "Toplevel | Tk" is not assignable to type "Toplevel | None"     Type "Tk" is not assignable to type "Toplevel | None"       "Tk" is not assignable to "Toplevel"       "Tk" is not assignable to "None" (reportArgumentType)
pyright (3.12): ardupilot_methodic_configurator/frontend_tkinter_parameter_editor_table.py#L595
Argument of type "Toplevel | Tk" cannot be assigned to parameter "window" of type "Toplevel" in function "center_window"   Type "Toplevel | Tk" is not assignable to type "Toplevel"     "Tk" is not assignable to "Toplevel" (reportArgumentType)
pyright (3.12): copilot_translate.py#L22
Import "aiohttp" could not be resolved (reportMissingImports)
pyright (3.12): get_release_stats.py#L17
Import "github" could not be resolved (reportMissingImports)
pyright (3.12)
5 errors
pyright (3.9)
The job was canceled because "_3_12" failed.
pyright (3.12)
No file matched to [**/uv.lock,**/requirements*.txt]. The cache will never get invalidated. Make sure you have checked out the target repository and configured the cache-dependency-glob input correctly.