RHELAI-2756 Adding Adaptive Throttling #1093
lint.yml
on: pull_request
Matrix: lint
lint-workflow-complete
0s
Annotations
3 errors and 10 warnings
ruff
Process completed with exit code 3.
|
mypy
Process completed with exit code 1.
|
pylint
Process completed with exit code 20.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pipelines
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pylint:
src/instructlab/sdg/pipeline.py#L181
C0303: Trailing whitespace (trailing-whitespace)
|
pylint:
src/instructlab/sdg/pipeline.py#L184
C0303: Trailing whitespace (trailing-whitespace)
|
pylint:
src/instructlab/sdg/pipeline.py#L185
C0303: Trailing whitespace (trailing-whitespace)
|
pylint:
src/instructlab/sdg/pipeline.py#L208
C0303: Trailing whitespace (trailing-whitespace)
|
pylint:
src/instructlab/sdg/pipeline.py#L224
C0303: Trailing whitespace (trailing-whitespace)
|
pylint:
src/instructlab/sdg/pipeline.py#L220
W0718: Catching too general exception Exception (broad-exception-caught)
|