data_pipelines_cli/cli_commands/generate/model_yaml.py
Function _generate_model_yamls_for_directory
has 5 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
def _generate_model_yamls_for_directory(
Too few public methods (0/2) Open
Open
class MacroArgName(TypedDict):
- Read upRead up
- Exclude checks
Used when class has too few public methods, so be sure it's really worth it.
Missing module docstring Open
Open
import json
- Read upRead up
- Exclude checks
Used when a module has no docstring.Empty modules do not require a docstring.
Missing class docstring Open
Open
class MacroArgName(TypedDict):
- Read upRead up
- Exclude checks
Used when a class has no docstring.Even an empty class must have a docstring.
Missing function or method docstring Open
Open
type=click.Path(exists=True, path_type=pathlib.Path, file_okay=False, dir_okay=True),
- Read upRead up
- Exclude checks
Used when a function or method has no docstring.Some special methods like init do not require a docstring.
Missing function or method docstring Open
Open
def generate_model_yamls(
- Read upRead up
- Exclude checks
Used when a function or method has no docstring.Some special methods like init do not require a docstring.