Skip to content

Subset Selection Integration #1162

Subset Selection Integration

Subset Selection Integration #1162

Triggered via pull request February 4, 2025 20:15
Status Failure
Total duration 6m 46s
Artifacts

lint.yml

on: pull_request
Matrix: lint
lint-workflow-complete
0s
lint-workflow-complete
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
ruff
Process completed with exit code 3.
mypy
Process completed with exit code 1.
pylint: src/instructlab/sdg/subset_selection.py#L1218
E0606: Possibly using variable 'processor' before assignment (possibly-used-before-assignment)
pylint
Process completed with exit code 30.
pylint: src/instructlab/sdg/subset_selection.py#L461
C0325: Unnecessary parens after 'not' keyword (superfluous-parens)
pylint: src/instructlab/sdg/subset_selection.py#L1183
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/subset_selection.py#L1186
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/subset_selection.py#L1189
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/subset_selection.py#L1199
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/subset_selection.py#L1
C0302: Too many lines in module (1227/1100) (too-many-lines)
pylint: src/instructlab/sdg/subset_selection.py#L75
R0902: Too many instance attributes (8/7) (too-many-instance-attributes)
pylint: src/instructlab/sdg/subset_selection.py#L137
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
pylint: src/instructlab/sdg/subset_selection.py#L333
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
pylint: src/instructlab/sdg/subset_selection.py#L391
R0902: Too many instance attributes (16/7) (too-many-instance-attributes)