Auth rbac- test PR #197
Annotations
12 errors and 7 warnings
ruff
Process completed with exit code 1.
|
pyright (3.12, 1.1.343):
python/mdvtools/project_router.py#L183
Expression of type "tuple[Response, Literal[500]]" cannot be assigned to return type "Response"
"tuple[Response, Literal[500]]" is incompatible with "Response" (reportGeneralTypeIssues)
|
pyright (3.12, 1.1.343):
python/mdvtools/project_router.py#L198
Expression of type "tuple[Response, Literal[404]]" cannot be assigned to return type "Response"
"tuple[Response, Literal[404]]" is incompatible with "Response" (reportGeneralTypeIssues)
|
pyright (3.12, 1.1.343):
python/mdvtools/project_router.py#L205
Expression of type "tuple[Response, Literal[403]]" cannot be assigned to return type "Response"
"tuple[Response, Literal[403]]" is incompatible with "Response" (reportGeneralTypeIssues)
|
pyright (3.12, 1.1.343):
python/mdvtools/auth/auth0_provider.py#L3
Import "authlib.integrations.flask_client" could not be resolved (reportMissingImports)
|
pyright (3.12, 1.1.343):
python/mdvtools/auth/auth0_provider.py#L111
Expression of type "Response" cannot be assigned to return type "None"
"Response" is incompatible with "None" (reportGeneralTypeIssues)
|
pyright (3.12, 1.1.343):
python/mdvtools/auth/auth0_provider.py#L207
Argument of type "str" cannot be assigned to parameter "token" of type "dict[Unknown, Unknown]" in function "get_user"
"str" is incompatible with "dict[Unknown, Unknown]" (reportGeneralTypeIssues)
|
pyright (3.12, 1.1.343):
python/mdvtools/dbutils/dbmodels.py#L1
Import "flask_sqlalchemy" could not be resolved (reportMissingImports)
|
pyright (3.12, 1.1.343):
python/mdvtools/dbutils/mdv_server_app.py#L5
Import "sqlalchemy" could not be resolved (reportMissingImports)
|
pyright (3.12, 1.1.343):
python/mdvtools/dbutils/mdv_server_app.py#L6
Import "sqlalchemy.exc" could not be resolved (reportMissingImports)
|
pyright (3.12, 1.1.343):
python/mdvtools/dbutils/mdv_server_app.py#L26
Import "authlib.integrations.flask_client" could not be resolved (reportMissingImports)
|
pytest (3.12, 1.7.1)
Process completed with exit code 2.
|
pyright (3.12, 1.1.343):
python/mdvtools/auth/auth0_provider.py#L8
Import "jose" could not be resolved from source (reportMissingModuleSource)
|
pyright (3.12, 1.1.343):
python/mdvtools/auth/auth0_provider.py#L8
Import "jose.jwt" could not be resolved from source (reportMissingModuleSource)
|
pyright (3.12, 1.1.343):
python/mdvtools/auth/auth0_provider.py#L9
Import "jose.exceptions" could not be resolved from source (reportMissingModuleSource)
|
pyright (3.12, 1.1.343):
python/mdvtools/querytools/app.py#L3
Import "psycopg2" could not be resolved from source (reportMissingModuleSource)
|
pyright (3.12, 1.1.343):
python/mdvtools/querytools/app.py#L6
Import "psycopg2._psycopg" could not be resolved from source (reportMissingModuleSource)
|
pyright (3.12, 1.1.343)
Cache not found for keys: setup-python-Linux-x64-python-3.12.9-poetry-v2-6becf01bcbbb843c90403ca0ecf7c976872f77b7ffec3b53f43d659d90814918
|
pytest (3.12, 1.7.1)
Cache not found for keys: setup-python-Linux-x64-python-3.12.9-poetry-v2-6becf01bcbbb843c90403ca0ecf7c976872f77b7ffec3b53f43d659d90814918
|