Fix clone implementations #361
Annotations
11 errors and 11 warnings
Run black
Process completed with exit code 123.
|
Run Pyright:
discord/abc.py#L83
"CategoryChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L88
"DMChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L89
"GroupChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L90
"PartialMessageable" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L91
"VocalGuildChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L92
"VoiceChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L93
"StageChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/abc.py#L155
Cannot access member "delete_messages" for type "TextChannel"
Member "delete_messages" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
discord/audit_logs.py#L46
"ForumChannel" is unknown import symbol (reportAttributeAccessIssue)
|
Run Pyright:
discord/audit_logs.py#L46
"StageChannel" is unknown import symbol (reportAttributeAccessIssue)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Pyright:
discord/abc.py#L1023
Unnecessary "# type: ignore" comment
|
Run Pyright:
discord/channel.py#L75
"VoiceChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L76
"StageChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L77
"DMChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L78
"CategoryChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L79
"ForumTag" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L80
"ForumChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L81
"GroupChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L82
"PartialMessageable" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Run Pyright:
discord/channel.py#L748
Unnecessary "# type: ignore" comment
|
Loading