feat(commands): Add support for Range[LargeInt, ...]
#7540
Triggered via pull request
September 21, 2025 20:56
Status
Failure
Total duration
2m 33s
Artifacts
–
Annotations
7 errors and 6 notices
|
|
|
|
|
pyright (3.8, pyright(3.8-disnake), disnake, tests, examples, noxfile.py, setup.py, false):
disnake/ext/commands/params.py#L386
Type "int* | float* | int | float" is not assignable to return type "NumT@_BaseRange | None"
Type "int* | float* | int | float" is not assignable to type "NumT@_BaseRange | None"
Type "float" is not assignable to type "NumT@_BaseRange | None"
Type "float" is not assignable to type "NumT@_BaseRange"
"float" is not assignable to "None" (reportReturnType)
|
|
pyright (3.8, pyright(3.8-disnake), disnake, tests, examples, noxfile.py, setup.py, false):
disnake/ext/commands/params.py#L380
Variable not allowed in type expression (reportInvalidTypeForm)
|
|
|
|
|
|
check
Process completed with exit code 1.
|
|
pytest (windows-latest, 3.12, test(3.12), false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
pytest (windows-latest, 3.13, test(3.13), false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
pytest (windows-latest, 3.8, test(3.8), false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
pytest (windows-latest, 3.11, test(3.11), false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
pytest (windows-latest, 3.9, test(3.9), false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
|
pytest (windows-latest, 3.10, test(3.10), false)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|