getindata/data-pipelines-cli

View on GitHub
data_pipelines_cli/cli_commands/template.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Missing module docstring
Open

import click

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

Missing function or method docstring
Open

def list_templates_command() -> None:

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

Variable name tc doesn't conform to snake_case naming style
Open

    for tc in config["templates"].values():

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

There are no issues that match your filters.

Category
Status