clarify is_reply #19
Annotations
10 errors and 1 warning
Run Pyright:
server/cli.py#L31
Expected no arguments to "Email" constructor (reportCallIssue)
|
Run Pyright:
server/cli.py#L49
Expected no arguments to "Response" constructor (reportCallIssue)
|
Run Pyright:
server/controllers/admin.py#L21
Expected no arguments to "Document" constructor (reportCallIssue)
|
Run Pyright:
server/controllers/admin.py#L94
Expected no arguments to "Document" constructor (reportCallIssue)
|
Run Pyright:
server/controllers/admin.py#L134
Expected no arguments to "Document" constructor (reportCallIssue)
|
Run Pyright:
server/controllers/admin.py#L135
Invalid conditional operand of type "Series | NDArray[bool_]"
Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
|
Run Pyright:
server/controllers/admin.py#L138
Invalid conditional operand of type "Series | NDArray[bool_]"
Method __bool__ for type "Series" returns type "NoReturn" rather than "bool" (reportGeneralTypeIssues)
|
Run Pyright:
server/controllers/emails.py#L258
Expected no arguments to "Email" constructor (reportCallIssue)
|
Run Pyright:
server/controllers/emails.py#L274
Expected no arguments to "Email" constructor (reportCallIssue)
|
Run Pyright:
server/controllers/emails.py#L291
Expected no arguments to "Response" constructor (reportCallIssue)
|
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/.
|
Loading