[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2 #282
Annotations
3 errors and 1 warning
src/wily/commands/report.py#L138
Argument of type "tuple[str, str, str, str, *tuple[Unknown, ...]]" cannot be assigned to parameter "object" of type "Tuple[str, ...]" in function "append"
"tuple[str, str, str, str, *tuple[Unknown, ...]]" is incompatible with "Tuple[str, ...]"
Tuple size mismatch; expected 0 or more but received 4 (reportArgumentType)
|
src/wily/commands/report.py#L148
Argument of type "tuple[str, str, str, *tuple[Unknown, ...]]" cannot be assigned to parameter "object" of type "Tuple[str, ...]" in function "append"
"tuple[str, str, str, *tuple[Unknown, ...]]" is incompatible with "Tuple[str, ...]"
Tuple size mismatch; expected 0 or more but received 3 (reportArgumentType)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading