Skip to content

fix: fix the wildcard route which bricked the refresh on the web app #1769

fix: fix the wildcard route which bricked the refresh on the web app

fix: fix the wildcard route which bricked the refresh on the web app #1769

Triggered via pull request September 25, 2024 18:34
Status Success
Total duration 41s
Artifacts

pyright_types.yml

on: pull_request
Matrix: Pyright types check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Pyright types check (3.11): locust_test.py#L40
Arguments missing for parameters "description", "metadata_", "user_id", "message_ids", "system", "llm_config", "embedding_config" (reportCallIssue)
Pyright types check (3.11): locust_test.py#L43
Argument of type "str | None" cannot be assigned to parameter "human" of type "str" in function "__init__"   Type "str | None" is not assignable to type "str"     "None" is not assignable to "str" (reportArgumentType)
Pyright types check (3.11): locust_test.py#L49
Cannot access attribute "failure" for class "Response"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L49
Cannot access attribute "failure" for class "LocustResponse"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L58
Argument missing for parameter "name" (reportCallIssue)
Pyright types check (3.11): locust_test.py#L65
Cannot access attribute "failure" for class "Response"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L65
Cannot access attribute "failure" for class "LocustResponse"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): docs/generate_docs.py#L3
Import "pydoc_markdown" could not be resolved (reportMissingImports)
Pyright types check (3.11): docs/generate_docs.py#L4
Import "pydoc_markdown.contrib.loaders.python" could not be resolved (reportMissingImports)
Pyright types check (3.11): docs/generate_docs.py#L5
Import "pydoc_markdown.contrib.processors.crossref" could not be resolved (reportMissingImports)