Slack alert throttle #26
Annotations
3 errors and 2 warnings
Run jakebailey/pyright-action@v2:
files/walle.py#L83
Type "List[List[str]]" is not assignable to return type "List[str]"
"List[List[str]]" is not assignable to "List[str]"
Type parameter "_T@list" is invariant, but "List[str]" is not the same as "str"
Consider switching from "list" to "Sequence" which is covariant (reportReturnType)
|
Run jakebailey/pyright-action@v2:
files/walle.py#L477
Argument of type "Path" cannot be assigned to parameter "jwd" of type "str" in function "contains"
"Path" is not assignable to "str" (reportArgumentType)
|
Run jakebailey/pyright-action@v2
2 errors
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run jakebailey/pyright-action@v2:
files/galaxy_jwd.py#L20
Import "psycopg2" could not be resolved from source (reportMissingModuleSource)
|
Loading