add test corpus flask seed #47
ci-cd.yml
on: push
Run tests
56s
run pre-commit
11s
Annotations
4 errors and 1 warning
Run tests:
server/controllers/emails.py#L288
Expression with type "tuple[List[str], List[Document], List[float], List[int]]" cannot be assigned to target tuple
Type "tuple[List[str], List[Document], List[float], List[int]]" is incompatible with target tuple
Tuple size mismatch; expected 3 but received 4 (reportAssignmentType)
|
Run tests:
server/controllers/emails.py#L292
Argument missing for parameter "email_id" (reportCallIssue)
|
Run tests:
server/controllers/emails.py#L475
Expression with type "tuple[List[str], List[Document], List[float], List[int]]" cannot be assigned to target tuple
Type "tuple[List[str], List[Document], List[float], List[int]]" is incompatible with target tuple
Tuple size mismatch; expected 3 but received 4 (reportAssignmentType)
|
Run tests
3 errors
|
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|