Skip to content

πŸ“š Adding Knowledge blocks #113

πŸ“š Adding Knowledge blocks

πŸ“š Adding Knowledge blocks #113

Triggered via pull request June 26, 2024 19:38
Status Failure
Total duration 3m 22s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
lint
Process completed with exit code 3.
lint
Process completed with exit code 12.
lint: src/instructlab/sdg/utilblocks.py#L14
W0231: __init__ method from base class 'Block' is not called (super-init-not-called)
lint: src/instructlab/sdg/llmblock.py#L146
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
lint: src/instructlab/sdg/llmblock.py#L194
W0221: Number of parameters was 2 in 'Block._validate' and is now 3 in overriding 'ConditionalLLMBlock._validate' method (arguments-differ)
lint: src/instructlab/sdg/llmblock.py#L3
W0611: Unused Union imported from typing (unused-import)