add token scope requirements to Reactable.add/remove_reaction #105
Annotations
10 errors and 11 warnings
Check:
github/connection/labelorder.py#L24
Type "Literal['NAME']" is not assignable to declared type "property"\n "Literal['NAME']" is not assignable to "property"
|
Check:
github/connection/repositoryorder.py#L24
Type "Literal['NAME']" is not assignable to declared type "property"\n "Literal['NAME']" is not assignable to "property"
|
Check:
github/connection/teamorder.py#L21
Type "Literal['NAME']" is not assignable to declared type "property"\n "Literal['NAME']" is not assignable to "property"
|
Check:
github/content/reaction.py#L213
Argument of type "UserData | None" cannot be assigned to parameter "data" of type "UserData" in function "_from_data"\n Type "UserData | None" is not assignable to type "UserData"\n "None" is not assignable to "UserData"
|
Check:
github/core/errors.py#L132
Argument of type "T_json_object" cannot be assigned to parameter "data" of type "dict[str, Any]" in function "__init__"\n "Mapping[str, object]" is not assignable to "dict[str, Any]"
|
Check:
github/core/http.py#L86
Argument of type "T_json_object" cannot be assigned to parameter "variables_" of type "dict[str, Any] | None" in function "request"\n Type "T_json_object" is not assignable to type "dict[str, Any] | None"\n "Mapping[str, object]" is not assignable to "dict[str, Any]"\n "Mapping[str, object]" is not assignable to "None"
|
Check:
github/core/http.py#L91
"core" is not a known attribute of module "github"
|
Check:
github/core/http.py#L98
"core" is not a known attribute of module "github"
|
Check:
github/core/http.py#L211
Argument of type "T_json_object" cannot be assigned to parameter "data" of type "dict[str, Any]" in function "__init__"\n "Mapping[str, object]" is not assignable to "dict[str, Any]"
|
Check:
github/core/http.py#L258
Argument of type "T_json_object" cannot be assigned to parameter "data" of type "dict[str, Any]" in function "__init__"\n "Mapping[str, object]" is not assignable to "dict[str, Any]"
|
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check:
github/api/metadata.py#L5
Import "typing_extensions" could not be resolved from source
|
Check:
github/api/ratelimit.py#L5
Import "typing_extensions" could not be resolved from source
|
Check:
github/automation/bot.py#L6
Import "typing_extensions" could not be resolved from source
|
Check:
github/automation/mannequin.py#L6
Import "typing_extensions" could not be resolved from source
|
Check:
github/connection/advisoryorder.py#L9
Import "typing_extensions" could not be resolved from source
|
Check:
github/connection/connection.py#L6
Import "typing_extensions" could not be resolved from source
|
Check:
github/connection/discussionorder.py#L9
Import "typing_extensions" could not be resolved from source
|
Check:
github/connection/issueorder.py#L9
Import "typing_extensions" could not be resolved from source
|
Check:
github/connection/labelorder.py#L9
Import "typing_extensions" could not be resolved from source
|
Check:
github/connection/mannequinorder.py#L9
Import "typing_extensions" could not be resolved from source
|