getindata/data-pipelines-cli

View on GitHub
data_pipelines_cli/cli_commands/compile.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Import outside toplevel (docker)
Open

        import docker

Used when an import statement is used anywhere other than the module toplevel. Move this import to the top of the file.

Missing module docstring
Open

import json

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

Import outside toplevel (docker.errors)
Open

        import docker.errors

Used when an import statement is used anywhere other than the module toplevel. Move this import to the top of the file.

Missing function or method docstring
Open

    "--docker-tag", type=str, required=False, help="Image tag of a Docker image to create"

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

def replace_image_settings(image_tag: str) -> None:

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

There are no issues that match your filters.

Category
Status