Annotations
10 errors and 10 warnings
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L346
Condition will always evaluate to False since the types "c_bool" and "None" have no overlap (reportUnnecessaryComparison)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L345
Argument of type "Literal[b"1"]" cannot be assigned to parameter "value" of type "c_char_p" in function "SDL_SetHint"
"Literal[b"1"]" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L345
Argument of type "bytes" cannot be assigned to parameter "name" of type "c_char_p" in function "SDL_SetHint"
"bytes" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L184
Argument of type "bytes" cannot be assigned to parameter "value" of type "c_char_p" in function "SDL_SetAppMetadataProperty"
"bytes" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L184
Argument of type "bytes" cannot be assigned to parameter "name" of type "c_char_p" in function "SDL_SetAppMetadataProperty"
"bytes" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L170
Argument of type "bytes" cannot be assigned to parameter "appidentifier" of type "c_char_p" in function "SDL_SetAppMetadata"
"bytes" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L169
Argument of type "bytes" cannot be assigned to parameter "appversion" of type "c_char_p" in function "SDL_SetAppMetadata"
"bytes" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L168
Argument of type "bytes" cannot be assigned to parameter "appname" of type "c_char_p" in function "SDL_SetAppMetadata"
"bytes" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L127
"GLib" is unknown import symbol (reportAttributeAccessIssue)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L127
Stub file not found for "gi.repository" (reportMissingTypeStubs)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L493
Type of "decode" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L453
Type of "SDL_WINDOWPOS_UNDEFINED" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L453
Type of "o_y" is unknown (reportUnknownVariableType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L452
Type of "SDL_WINDOWPOS_UNDEFINED" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L452
Type of "o_x" is unknown (reportUnknownVariableType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L431
Type of "decode" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L430
Type of "decode" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L232
Argument type is unknown
Argument corresponds to parameter "args" in function "__new__" (reportUnknownArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L232
Type of "get_user_data_dir" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-314/tauon/__main__.py#L127
Type of "GLib" is unknown (reportUnknownVariableType)
|
background
wait
wait-all
cancel
parallel
Loading