Skip to content

Gilkeren/mixing

Gilkeren/mixing #1931

Triggered via pull request April 24, 2025 17:48
Status Failure
Total duration 13m 12s
Artifacts

ci_lint_py.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 errors
Lint Python / Lint: src/fairseq2/datasets/asr.py#L395
Item "None" of "AsrReadOptions | None" has no attribute "batching"
Lint Python / Lint: src/fairseq2/datasets/asr.py#L388
Function is missing a type annotation
Lint Python / Lint: src/fairseq2/datasets/asr.py#L301
Argument 5 to "DataPipelineReader" has incompatible type "AsrReadOptions | None"; expected "DataReadOptions"
Lint Python / Lint: src/fairseq2/datasets/asr.py#L301
"DataPipelineReader[Seq2SeqBatch]" has no attribute "and_return"
Lint Python / Lint: src/fairseq2/datasets/asr.py#L285
Incompatible return value type (got "DataPipelineBuilder", expected "DataPipelineReader[Seq2SeqBatch]")
Lint Python / Lint: src/fairseq2/datasets/asr.py#L141
Method "create_pipeline" is marked as an override, but no base method was found with this name
Lint Python / Lint: src/fairseq2/datasets/speech.py#L445
Argument 5 to "DataPipelineReader" has incompatible type "SpeechReadOptions | None"; expected "DataReadOptions"
Lint Python / Lint: src/fairseq2/datasets/speech.py#L445
Argument 3 to "DataPipelineReader" has incompatible type "DataPipelineReader[SequenceBatch]"; expected "DataPipeline"
Lint Python / Lint: src/fairseq2/datasets/speech.py#L430
Incompatible return value type (got "DataPipelineBuilder", expected "DataPipelineReader[SequenceBatch]")
Lint Python / Lint: src/fairseq2/datasets/speech.py#L374
Method "create_pipeline" is marked as an override, but no base method was found with this name
Lint Python / Lint
Process completed with exit code 1.
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/asr/_train.py#L24
'fairseq2.datasets.speech.SpeechReadOptions' imported but unused
Lint Python / Lint: src/fairseq2/metrics/recorders/_wandb.py#L12
'typing.Optional' imported but unused
Lint Python / Lint: src/fairseq2/datasets/speech.py#L395
local variable 'npc' is assigned to but never used
Lint Python / Lint: src/fairseq2/datasets/speech.py#L13
'typing.final' imported but unused
Lint Python / Lint: src/fairseq2/datasets/asr.py#L359
redefinition of unused 'SpeechDataset' from line 42
Lint Python / Lint: src/fairseq2/datasets/asr.py#L14
'typing.final' imported but unused
Lint Python / Lint
Process completed with exit code 1.
Lint Python / Lint: src/fairseq2/models/wav2vec2/asr/__init__.py#L0
Imports are incorrectly sorted and/or formatted.
Lint Python / Lint: src/fairseq2/recipes/wav2vec2/asr/_train.py#L0
Imports are incorrectly sorted and/or formatted.
Lint Python / Lint: src/fairseq2/recipes/asr/_common.py#L0
Imports are incorrectly sorted and/or formatted.
Lint Python / Lint: src/fairseq2/datasets/speech.py#L0
Imports are incorrectly sorted and/or formatted.
Lint Python / Lint: src/fairseq2/datasets/asr.py#L0
Imports are incorrectly sorted and/or formatted.