Bump aiohttp from 3.9.5 to 3.10.2 in the pip group across 1 directory #4
tests.yml
on: push
Testing
5m 41s
Formatting and linting
1m 12s
Typechecking
1m 19s
Annotations
11 errors and 3 warnings
Formatting and linting
Process completed with exit code 1.
|
Typechecking:
scripts/adminbot.py#L15
Import "MatrixBot" is not accessed (reportUnusedImport)
|
Typechecking:
scripts/rssfeed.py#L3
Return type, "dict[str, Unknown] | None", is partially unknown (reportUnknownParameterType)
|
Typechecking:
scripts/rssfeed.py#L3
Function "__get_rss_content" is not accessed (reportUnusedFunction)
|
Typechecking:
scripts/rssfeed.py#L3
Type of parameter "rss" is partially unknown
Parameter type is "Unknown | None" (reportUnknownParameterType)
|
Typechecking:
scripts/rssfeed.py#L3
Type annotation is missing for parameter "rss" (reportMissingParameterType)
|
Typechecking:
scripts/rssfeed.py#L14
Type of "blog_feed" is unknown (reportUnknownVariableType)
|
Typechecking:
scripts/rssfeed.py#L14
Type of "blog_feed" is unknown (reportUnknownVariableType)
|
Typechecking:
scripts/rssfeed.py#L14
Argument type is unknown
Argument corresponds to parameter "url_file_stream_or_string" in function "parse" (reportUnknownArgumentType)
|
Typechecking:
scripts/rssfeed.py#L17
Type of "posts" is unknown (reportUnknownVariableType)
|
Typechecking:
scripts/rssfeed.py#L20
Type of "posts_details" is partially unknown
Type of "posts_details" is "dict[str, Unknown]" (reportUnknownVariableType)
|
Formatting and linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Typechecking
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Testing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|