Slack tool #1248
Annotations
3 errors and 1 warning
check:
src/backend/tools/slack/auth.py#L53
Argument of type "str | list[str] | None" cannot be assigned to parameter "__iterable" of type "Iterable[str]" in function "join"
Type "str | list[str] | None" cannot be assigned to type "Iterable[str]"
"__iter__" is not present (reportGeneralTypeIssues)
|
check:
src/backend/tools/slack/auth.py#L66
Expression of type "str | None" cannot be assigned to return type "str"
Type "str | None" cannot be assigned to type "str"
Type "None" cannot be assigned to type "str" (reportGeneralTypeIssues)
|
check
2 errors
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|