Skip to content

ci(github-action): check.yml: fix syntax error #5

ci(github-action): check.yml: fix syntax error

ci(github-action): check.yml: fix syntax error #5

Triggered via pull request July 19, 2023 21:13
Status Failure
Total duration 1m 6s
Artifacts

checks.yml

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

Annotations

40 errors and 40 warnings
check (3.8): renderer/__init__.py#L3
Type of "JaxFloating" is unknown (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L4
Type of "JaxInteger" is unknown (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L18
Type of "normalise" is partially unknown   Type of "normalise" is "(vector: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L19
Type of "quaternion" is partially unknown   Type of "quaternion" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L20
Type of "quaternion_mul" is partially unknown   Type of "quaternion_mul" is "(quatA: Unknown, quatB: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L21
Type of "rotation_matrix" is partially unknown   Type of "rotation_matrix" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L24
Type of "render" is partially unknown   Type of "render" is "(camera: Camera, shader: type[Shader[ShaderExtraInputT@render, VaryingT@render, MixedExtraT@render]], buffers: Buffers[T@render], face_indices: Unknown, extra: ShaderExtraInputT@render, loop_unroll: int = 1) -> Buffers[T@render]" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L27
Type of "create_capsule" is partially unknown   Type of "create_capsule" is "(radius: Unknown, half_height: Unknown, up_axis: UpAxis, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L28
Type of "create_cube" is partially unknown   Type of "create_cube" is "(half_extents: Unknown, texture_scaling: Unknown, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.8): renderer/__init__.py#L29
Type of "Colour" is unknown (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L3
Type of "JaxFloating" is unknown (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L4
Type of "JaxInteger" is unknown (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L18
Type of "normalise" is partially unknown   Type of "normalise" is "(vector: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L19
Type of "quaternion" is partially unknown   Type of "quaternion" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L20
Type of "quaternion_mul" is partially unknown   Type of "quaternion_mul" is "(quatA: Unknown, quatB: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L21
Type of "rotation_matrix" is partially unknown   Type of "rotation_matrix" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L24
Type of "render" is partially unknown   Type of "render" is "(camera: Camera, shader: type[Shader[ShaderExtraInputT@render, VaryingT@render, MixedExtraT@render]], buffers: Buffers[T@render], face_indices: Unknown, extra: ShaderExtraInputT@render, loop_unroll: int = 1) -> Buffers[T@render]" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L27
Type of "create_capsule" is partially unknown   Type of "create_capsule" is "(radius: Unknown, half_height: Unknown, up_axis: UpAxis, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L28
Type of "create_cube" is partially unknown   Type of "create_cube" is "(half_extents: Unknown, texture_scaling: Unknown, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.10): renderer/__init__.py#L29
Type of "Colour" is unknown (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L3
Type of "JaxFloating" is unknown (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L4
Type of "JaxInteger" is unknown (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L18
Type of "normalise" is partially unknown   Type of "normalise" is "(vector: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L19
Type of "quaternion" is partially unknown   Type of "quaternion" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L20
Type of "quaternion_mul" is partially unknown   Type of "quaternion_mul" is "(quatA: Unknown, quatB: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L21
Type of "rotation_matrix" is partially unknown   Type of "rotation_matrix" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L24
Type of "render" is partially unknown   Type of "render" is "(camera: Camera, shader: type[Shader[ShaderExtraInputT@render, VaryingT@render, MixedExtraT@render]], buffers: Buffers[T@render], face_indices: Unknown, extra: ShaderExtraInputT@render, loop_unroll: int = 1) -> Buffers[T@render]" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L27
Type of "create_capsule" is partially unknown   Type of "create_capsule" is "(radius: Unknown, half_height: Unknown, up_axis: UpAxis, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L28
Type of "create_cube" is partially unknown   Type of "create_cube" is "(half_extents: Unknown, texture_scaling: Unknown, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.9): renderer/__init__.py#L29
Type of "Colour" is unknown (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L3
Type of "JaxFloating" is unknown (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L4
Type of "JaxInteger" is unknown (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L18
Type of "normalise" is partially unknown   Type of "normalise" is "(vector: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L19
Type of "quaternion" is partially unknown   Type of "quaternion" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L20
Type of "quaternion_mul" is partially unknown   Type of "quaternion_mul" is "(quatA: Unknown, quatB: Unknown) -> Unknown" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L21
Type of "rotation_matrix" is partially unknown   Type of "rotation_matrix" is "(rotation_axis: Unknown | tuple[float, float, float], rotation_angle: Unknown | float) -> Unknown" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L24
Type of "render" is partially unknown   Type of "render" is "(camera: Camera, shader: type[Shader[ShaderExtraInputT@render, VaryingT@render, MixedExtraT@render]], buffers: Buffers[T@render], face_indices: Unknown, extra: ShaderExtraInputT@render, loop_unroll: int = 1) -> Buffers[T@render]" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L27
Type of "create_capsule" is partially unknown   Type of "create_capsule" is "(radius: Unknown, half_height: Unknown, up_axis: UpAxis, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L28
Type of "create_cube" is partially unknown   Type of "create_cube" is "(half_extents: Unknown, texture_scaling: Unknown, diffuse_map: Unknown, specular_map: Unknown) -> Model" (reportUnknownVariableType)
check (3.11): renderer/__init__.py#L29
Type of "Colour" is unknown (reportUnknownVariableType)
check (3.8): renderer/geometry.py#L1054
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.8): renderer/pipeline.py#L333
Unnecessary "# pyright: ignore" comment
check (3.8): renderer/renderer.py#L440
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.8): renderer/renderer.py#L459
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.8): examples/axises_and_plane.py#L179
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.8): examples/axises_and_plane.py#L180
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.8): examples/axises_and_plane.py#L181
Import "matplotlib.image" could not be resolved from source (reportMissingModuleSource)
check (3.8): examples/axises_and_plane.py#L182
Import "matplotlib.pyplot" could not be resolved from source (reportMissingModuleSource)
check (3.8): examples/batch_rendering.py#L101
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.8): examples/batch_rendering.py#L102
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.10): renderer/geometry.py#L1054
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.10): renderer/pipeline.py#L333
Unnecessary "# pyright: ignore" comment
check (3.10): renderer/renderer.py#L440
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.10): renderer/renderer.py#L459
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.10): examples/axises_and_plane.py#L179
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.10): examples/axises_and_plane.py#L180
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.10): examples/axises_and_plane.py#L181
Import "matplotlib.image" could not be resolved from source (reportMissingModuleSource)
check (3.10): examples/axises_and_plane.py#L182
Import "matplotlib.pyplot" could not be resolved from source (reportMissingModuleSource)
check (3.10): examples/batch_rendering.py#L101
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.10): examples/batch_rendering.py#L102
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.9): renderer/geometry.py#L1054
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.9): renderer/pipeline.py#L333
Unnecessary "# pyright: ignore" comment
check (3.9): renderer/renderer.py#L440
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.9): renderer/renderer.py#L459
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.9): examples/axises_and_plane.py#L179
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.9): examples/axises_and_plane.py#L180
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.9): examples/axises_and_plane.py#L181
Import "matplotlib.image" could not be resolved from source (reportMissingModuleSource)
check (3.9): examples/axises_and_plane.py#L182
Import "matplotlib.pyplot" could not be resolved from source (reportMissingModuleSource)
check (3.9): examples/batch_rendering.py#L101
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.9): examples/batch_rendering.py#L102
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.11): renderer/geometry.py#L1054
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.11): renderer/pipeline.py#L333
Unnecessary "# pyright: ignore" comment
check (3.11): renderer/renderer.py#L440
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.11): renderer/renderer.py#L459
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType"
check (3.11): examples/axises_and_plane.py#L179
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.11): examples/axises_and_plane.py#L180
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)
check (3.11): examples/axises_and_plane.py#L181
Import "matplotlib.image" could not be resolved from source (reportMissingModuleSource)
check (3.11): examples/axises_and_plane.py#L182
Import "matplotlib.pyplot" could not be resolved from source (reportMissingModuleSource)
check (3.11): examples/batch_rendering.py#L101
Import "matplotlib.animation" could not be resolved from source (reportMissingModuleSource)
check (3.11): examples/batch_rendering.py#L102
Import "matplotlib.figure" could not be resolved from source (reportMissingModuleSource)