Skip to content

Fix clone implementations #361

Fix clone implementations

Fix clone implementations #361

Triggered via push October 11, 2024 11:48
Status Failure
Total duration 45s
Artifacts

lint.yml

on: push
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 12 warnings
check 3.x
Process completed with exit code 123.
check 3.x: discord/abc.py#L83
"CategoryChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L88
"DMChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L89
"GroupChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L90
"PartialMessageable" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L91
"VocalGuildChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L92
"VoiceChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L93
"StageChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/abc.py#L155
Cannot access member "delete_messages" for type "TextChannel"   Member "delete_messages" is unknown (reportAttributeAccessIssue)
check 3.x: discord/audit_logs.py#L46
"ForumChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.x: discord/audit_logs.py#L46
"StageChannel" is unknown import symbol (reportAttributeAccessIssue)
check 3.8
Exit code 1
check 3.8
Process completed with exit code 123.
check 3.x
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/
check 3.x: discord/abc.py#L1023
Unnecessary "# type: ignore" comment
check 3.x: discord/channel.py#L75
"VoiceChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L76
"StageChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L77
"DMChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L78
"CategoryChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L79
"ForumTag" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L80
"ForumChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L81
"GroupChannel" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L82
"PartialMessageable" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
check 3.x: discord/channel.py#L748
Unnecessary "# type: ignore" comment
check 3.8
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/