Skip to content

Use fillable=False in output_widget #1344

Use fillable=False in output_widget

Use fillable=False in output_widget #1344

Triggered via pull request June 9, 2025 21:12
@mwoutsmwouts
synchronize #405
issue_360
Status Failure
Total duration 4m 6s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
pyright
8 errors
pyright: apps/shiny/issue_360/app.py#L26
Argument type is partially unknown   Argument corresponds to parameter "server" in function "__init__"   Argument type is "(input: Unknown, output: Unknown, session: Unknown) -> None" (reportUnknownArgumentType)
pyright: apps/shiny/issue_360/app.py#L21
Function "my_table" is not accessed (reportUnusedFunction)
pyright: apps/shiny/issue_360/app.py#L19
Type annotation is missing for parameter "session" (reportMissingParameterType)
pyright: apps/shiny/issue_360/app.py#L19
Type of parameter "session" is unknown (reportUnknownParameterType)
pyright: apps/shiny/issue_360/app.py#L19
Type annotation is missing for parameter "output" (reportMissingParameterType)
pyright: apps/shiny/issue_360/app.py#L19
Type of parameter "output" is unknown (reportUnknownParameterType)
pyright: apps/shiny/issue_360/app.py#L19
Type annotation is missing for parameter "input" (reportMissingParameterType)
pyright: apps/shiny/issue_360/app.py#L19
Type of parameter "input" is unknown (reportUnknownParameterType)
pre-commit
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
pyright
The `python-version` input is not set. The version of Python currently in `PATH` will be used.