Test with fetch_bits_leaderboard #244
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 2 warnings
|
Type Coverage and Linting @ 3.10
Exit code 1
|
|
Type Coverage and Linting @ 3.x:
twitchio/user.py#L394
Argument of type "str | PartialUser" cannot be assigned to parameter "token_for" of type "str" in function "get_bits_leaderboard"
Type "str | PartialUser" is not assignable to type "str"
"PartialUser" is not assignable to "str" (reportArgumentType)
|
|
Type Coverage and Linting @ 3.x:
twitchio/user.py#L398
Argument of type "str | int | PartialUser | None" cannot be assigned to parameter "user_id" of type "str | int | None" in function "get_bits_leaderboard"
Type "str | int | PartialUser | None" is not assignable to type "str | int | None"
Type "PartialUser" is not assignable to type "str | int | None"
"PartialUser" is not assignable to "str"
"PartialUser" is not assignable to "int"
"PartialUser" is not assignable to "None" (reportArgumentType)
|
|
Type Coverage and Linting @ 3.x
2 errors
|
|
Type Coverage and Linting @ 3.10
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, 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/
|
|
Type Coverage and Linting @ 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, 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/
|