data_pipelines_cli/cli_commands/template.py
Missing function or method docstring Open
Open
def list_templates_command() -> None:
- Read upRead up
- Exclude checks
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
Open
for tc in config["templates"].values():
- Read upRead up
- Exclude checks
Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).
Missing module docstring Open
Open
import click
- Read upRead up
- Exclude checks
Used when a module has no docstring.Empty modules do not require a docstring.