data_pipelines_cli/cli_commands/compile.py
Import outside toplevel (docker.errors) Open
Open
import docker.errors
- Read upRead up
- Exclude checks
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
Open
def replace_image_settings(image_tag: str) -> 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.
Import outside toplevel (docker) Open
Open
import docker
- Read upRead up
- Exclude checks
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
Open
"--docker-tag", type=str, required=False, help="Image tag of a Docker image to create"
- 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 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.