Skip to content

Awpy 2

Awpy 2 #883

Triggered via pull request May 23, 2024 03:53
@pnxenopoulospnxenopoulos
synchronize #301
awpy2
Status Failure
Total duration 3m 46s
Artifacts

build.yml

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

Annotations

120 errors
build (ubuntu-latest, 3.11): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.11): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (ubuntu-latest, 3.11): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (ubuntu-latest, 3.11): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (ubuntu-latest, 3.11): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (ubuntu-latest, 3.11): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (ubuntu-latest, 3.11): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (ubuntu-latest, 3.10): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.10): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.10): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.10): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.10): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (ubuntu-latest, 3.10): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (ubuntu-latest, 3.10): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (ubuntu-latest, 3.10): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (ubuntu-latest, 3.10): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (ubuntu-latest, 3.10): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (ubuntu-latest, 3.12): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.12): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (ubuntu-latest, 3.12): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (ubuntu-latest, 3.12): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (ubuntu-latest, 3.12): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (ubuntu-latest, 3.12): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (ubuntu-latest, 3.12): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (macos-latest, 3.12): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (macos-latest, 3.12): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (macos-latest, 3.12): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (macos-latest, 3.12): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (macos-latest, 3.12): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (macos-latest, 3.12): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (macos-latest, 3.12): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (macos-latest, 3.12): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (macos-latest, 3.12): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (macos-latest, 3.12): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (macos-latest, 3.11): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (macos-latest, 3.11): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (macos-latest, 3.11): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (macos-latest, 3.10): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (macos-latest, 3.10): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (macos-latest, 3.10): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (macos-latest, 3.11): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (macos-latest, 3.10): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (macos-latest, 3.10): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (macos-latest, 3.10): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (macos-latest, 3.10): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (macos-latest, 3.10): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (macos-latest, 3.10): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (macos-latest, 3.10): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (ubuntu-latest, 3.9): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.9): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.9): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.9): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (ubuntu-latest, 3.9): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (ubuntu-latest, 3.9): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (ubuntu-latest, 3.9): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (ubuntu-latest, 3.9): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (ubuntu-latest, 3.9): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (ubuntu-latest, 3.9): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (macos-latest, 3.9): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (macos-latest, 3.9): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (macos-latest, 3.9): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (macos-latest, 3.9): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (macos-latest, 3.9): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (macos-latest, 3.9): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (macos-latest, 3.9): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (macos-latest, 3.9): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (macos-latest, 3.9): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (macos-latest, 3.9): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (windows-latest, 3.12): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (windows-latest, 3.12): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (windows-latest, 3.12): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (windows-latest, 3.12): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (windows-latest, 3.12): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (windows-latest, 3.12): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (windows-latest, 3.12): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (windows-latest, 3.12): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (windows-latest, 3.12): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (windows-latest, 3.12): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (windows-latest, 3.9): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (windows-latest, 3.9): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (windows-latest, 3.9): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (windows-latest, 3.9): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (windows-latest, 3.9): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (windows-latest, 3.9): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (windows-latest, 3.9): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (windows-latest, 3.9): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (windows-latest, 3.9): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (windows-latest, 3.9): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (windows-latest, 3.10): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (windows-latest, 3.10): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (windows-latest, 3.10): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (windows-latest, 3.10): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (windows-latest, 3.10): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (windows-latest, 3.10): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (windows-latest, 3.10): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (windows-latest, 3.10): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (windows-latest, 3.10): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (windows-latest, 3.10): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)
build (windows-latest, 3.11): awpy/viz/plot.py#L5
Import "matplotlib.image" could not be resolved (reportMissingImports)
build (windows-latest, 3.11): awpy/viz/plot.py#L6
Import "matplotlib.pyplot" could not be resolved (reportMissingImports)
build (windows-latest, 3.11): awpy/viz/plot.py#L7
Import "matplotlib.axes" could not be resolved (reportMissingImports)
build (windows-latest, 3.11): awpy/viz/plot.py#L8
Import "matplotlib.figure" could not be resolved (reportMissingImports)
build (windows-latest, 3.11): awpy/viz/utils.py#L25
Expression of type "LiteralString" is incompatible with declared type "Literal['x', 'y']"   Type "LiteralString" is incompatible with type "Literal['x', 'y']"     "LiteralString" is incompatible with type "Literal['x']"     "LiteralString" is incompatible with type "Literal['y']" (reportAssignmentType)
build (windows-latest, 3.11): awpy/viz/utils.py#L33
Operator "-" not supported for types "float" and "int | float | list[dict[str, str | int]] | None"   Operator "-" not supported for types "float" and "list[dict[str, str | int]]"   Operator "-" not supported for types "float" and "None" (reportOperatorIssue)
build (windows-latest, 3.11): awpy/viz/utils.py#L34
Operator "-" not supported for types "int | float | list[dict[str, str | int]] | None" and "float"   Operator "-" not supported for types "list[dict[str, str | int]]" and "float"   Operator "-" not supported for types "None" and "float" (reportOperatorIssue)
build (windows-latest, 3.11): awpy/viz/utils.py#L69
Argument of type "int | float | list[dict[str, str | int]] | None" cannot be assigned to parameter "obj" of type "Sized" in function "len"   Type "int | float | list[dict[str, str | int]] | None" is incompatible with type "Sized"     "float" is incompatible with protocol "Sized"       "__len__" is not present (reportArgumentType)
build (windows-latest, 3.11): awpy/viz/utils.py#L72
Object of type "None" cannot be used as iterable value (reportOptionalIterable)
build (windows-latest, 3.11): awpy/viz/utils.py#L72
"int" is not iterable   "__iter__" method not defined (reportGeneralTypeIssues)