Big spring cleaning #653
Annotations
11 errors and 3 warnings
format_with_ruff
unable to access 'https://github.com/wearepal/support-matching/': Failed to connect to github.com port 443 after 130292 ms: Connection timed out
|
run_type_checking:
wandb_csv_to_table.py#L17
Type annotation is missing for parameter "data" (reportMissingParameterType)
|
run_type_checking:
analysis/wandb_downloader.py#L54
"wandb_run" is not a known member of module "wandb" (reportAttributeAccessIssue)
|
run_type_checking:
analysis/wandb_utils.py#L468
Variable "hatch" is not accessed (reportUnusedVariable)
|
run_type_checking:
analysis/wandb_utils.py#L470
Cannot access member "set_edgecolor" for type "Artist"
Member "set_edgecolor" is unknown (reportAttributeAccessIssue)
|
run_type_checking:
analysis/wandb_utils.py#L475
Cannot access member "set_hatch" for type "Artist"
Member "set_hatch" is unknown (reportAttributeAccessIssue)
|
run_type_checking:
analysis/wandb_utils.py#L492
Argument of type "None" cannot be assigned to parameter "ylabel" of type "str" in function "set_ylabel"
"None" is incompatible with "str" (reportArgumentType)
|
run_type_checking:
analysis/wandb_utils.py#L496
Condition will always evaluate to True since the types "Legend" and "None" have no overlap (reportUnnecessaryComparison)
|
run_type_checking:
analysis/iclr21/utils.py#L10
Type annotation is missing for parameter "data" (reportMissingParameterType)
|
run_type_checking:
analysis/iclr21/utils.py#L20
Type annotation is missing for parameter "df" (reportMissingParameterType)
|
run_type_checking:
analysis/iclr21/utils.py#L21
Type annotation is missing for parameter "type_renames" (reportMissingParameterType)
|
lint_with_ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format_with_ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run_type_checking
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|