chore(release): v2.9.3 #6172
Annotations
4 errors and 1 warning
Run pyright (Windows)
Exit code 1
|
Run pyright (Linux):
disnake/asset.py#L156
Argument of type "str | None" cannot be assigned to parameter "p" of type "AnyOrLiteralStr@splitext" in function "splitext"
Type "str | None" is incompatible with constrained type variable "AnyOrLiteralStr" (reportGeneralTypeIssues)
|
Run pyright (Linux):
disnake/asset.py#L159
Operator "+=" not supported for types "str | None" and "str"
Operator "+" not supported for types "None" and "str" (reportGeneralTypeIssues)
|
Run pyright (Linux)
2 errors
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, jakebailey/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading