π Adding Knowledge blocks #110
Annotations
2 errors and 6 warnings
|
|
src/instructlab/sdg/utilblocks.py#L14
W0231: __init__ method from base class 'Block' is not called (super-init-not-called)
|
src/instructlab/sdg/llmblock.py#L152
C0303: Trailing whitespace (trailing-whitespace)
|
src/instructlab/sdg/llmblock.py#L157
C0304: Final newline missing (missing-final-newline)
|
src/instructlab/sdg/llmblock.py#L125
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
src/instructlab/sdg/llmblock.py#L154
W0221: Number of parameters was 2 in 'Block._validate' and is now 3 in overriding 'ConditionalLLMBlock._validate' method (arguments-differ)
|
src/instructlab/sdg/llmblock.py#L11
W0611: Unused Union imported from typing (unused-import)
|
This job failed
Loading