Skip to content

πŸ“š Adding Knowledge blocks #115

πŸ“š Adding Knowledge blocks

πŸ“š Adding Knowledge blocks #115

Triggered via pull request June 26, 2024 20:57
Status Failure
Total duration 3m 31s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
lint
Process completed with exit code 12.
lint: src/instructlab/sdg/utilblocks.py#L13
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)