package_checks: output dep lists with proper offset #153
Triggered via pull request
September 26, 2024 11:15
Status
Failure
Total duration
1m 36s
Artifacts
–
script_lint.yml
on: pull_request
Python Linting
1m 26s
ShellCheck
43s
Annotations
7 errors and 1 warning
Python Linting:
common/CI/package_checks.py#L13
Cannot find implementation or library stub for module named "ruamel.yaml" [import-not-found]
|
Python Linting:
common/CI/package_checks.py#L14
Cannot find implementation or library stub for module named "ruamel.yaml.compat" [import-not-found]
|
Python Linting:
common/CI/package_checks.py#L14
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
Python Linting:
common/CI/package_checks.py#L461
Class cannot subclass "YAML" (has type "Any") [misc]
|
Python Linting:
common/CI/package_checks.py#L462
Function is missing a type annotation [no-untyped-def]
|
Python Linting:
common/CI/package_checks.py#L472
Call to untyped function "dump" in typed context [no-untyped-call]
|
Python Linting
Process completed with exit code 1.
|
Python Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|