Skip to content

Refactor Document Chunker to always use docling #1058

Refactor Document Chunker to always use docling

Refactor Document Chunker to always use docling #1058

Re-run triggered January 6, 2025 18:18
Status Failure
Total duration 32s
Artifacts

lint.yml

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

Annotations

2 errors and 11 warnings
pylint
Process completed with exit code 20.
ruff
Process completed with exit code 3.
pylint
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
pylint: src/instructlab/sdg/utils/taxonomy.py#L120
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/utils/taxonomy.py#L439
W0613: Unused argument 'taxonomy_path' (unused-argument)
pylint: src/instructlab/sdg/utils/chunkers.py#L288
C0303: Trailing whitespace (trailing-whitespace)
pylint: src/instructlab/sdg/utils/chunkers.py#L2
W0611: Unused ABC imported from abc (unused-import)
mypy
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/utils/chunkers.py#L2
W0611: Unused abstractmethod imported from abc (unused-import)
pylint: src/instructlab/sdg/utils/chunkers.py#L4
W0611: Unused Enum imported from enum (unused-import)
pylint: src/instructlab/sdg/utils/chunkers.py#L6
W0611: Unused Tuple imported from typing (unused-import)
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636