Use fillable=False in output_widget #1345
Annotations
7 errors and 2 warnings
|
pyright
6 errors
|
|
pyright:
apps/shiny/issue_360/app.py#L20
Type annotation is missing for parameter "session" (reportMissingParameterType)
|
|
pyright:
apps/shiny/issue_360/app.py#L20
Type of parameter "session" is unknown (reportUnknownParameterType)
|
|
pyright:
apps/shiny/issue_360/app.py#L20
Type annotation is missing for parameter "output" (reportMissingParameterType)
|
|
pyright:
apps/shiny/issue_360/app.py#L20
Type of parameter "output" is unknown (reportUnknownParameterType)
|
|
pyright:
apps/shiny/issue_360/app.py#L20
Type annotation is missing for parameter "input" (reportMissingParameterType)
|
|
pyright:
apps/shiny/issue_360/app.py#L20
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.
|