Start using our "Extras" release #2053
Merged
Annotations
10 errors and 10 warnings
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L279
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-313/tauon/__main__.py#L278
Argument of type "Literal[b"0"]" cannot be assigned to parameter "value" of type "c_char_p" in function "SDL_SetHint"
"Literal[b"0"]" is not assignable to "c_char_p" (reportArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L278
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-313/tauon/__main__.py#L277
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-313/tauon/__main__.py#L277
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-313/tauon/__main__.py#L273
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-313/tauon/__main__.py#L272
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-313/tauon/__main__.py#L272
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-313/tauon/__main__.py#L29
"GLib" is unknown import symbol (reportAttributeAccessIssue)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L29
Stub file not found for "gi.repository" (reportMissingTypeStubs)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L392
Type of "decode" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L367
Type of "SDL_WINDOWPOS_UNDEFINED" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L367
Type of "o_y" is unknown (reportUnknownVariableType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L366
Type of "SDL_WINDOWPOS_UNDEFINED" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L366
Type of "o_x" is unknown (reportUnknownVariableType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L348
Type of "decode" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L347
Type of "decode" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L161
Argument type is unknown
Argument corresponds to parameter "args" in function "__new__" (reportUnknownArgumentType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L161
Type of "get_user_data_dir" is unknown (reportUnknownMemberType)
|
|
Run pyright:
build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L29
Type of "GLib" is unknown (reportUnknownVariableType)
|
Loading