data_pipelines_cli/cli_commands/publish.py
Variable name f
doesn't conform to snake_case naming style Open
Open
with open(pathlib.Path.cwd().joinpath("dbt_project.yml"), "r") as f:
- Read upRead up
- Exclude checks
Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).
Missing function or method docstring Open
Open
def publish_package(package_path: pathlib.Path, key_path: str, env: 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.
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 function or method docstring Open
Open
help="Name of the environment",
- Read upRead up
- Exclude checks
Used when a function or method has no docstring.Some special methods like init do not require a docstring.