getindata/data-pipelines-cli

View on GitHub

Showing 66 of 76 total issues

Missing function or method docstring
Open

)

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Missing module docstring
Open

import json

Used when a module has no docstring.Empty modules do not require a docstring.

Value 'list' is unsubscriptable
Open

    library: list[str],

Emitted when a subscripted value doesn't support subscription (i.e. doesn't define getitem method or class_getitem for a class).

Missing function or method docstring
Open

def generate_model_yamls(

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Value 'tuple' is unsubscriptable
Open

    job_cluster: list[tuple[str, str]],

Emitted when a subscripted value doesn't support subscription (i.e. doesn't define getitem method or class_getitem for a class).

Missing module docstring
Open

import click

Used when a module has no docstring.Empty modules do not require a docstring.

Severity
Category
Status
Source
Language