Skip to content

Commit

Permalink
fix(reana_dev): lint cluster.py code (reanahub#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlemesh committed Jul 31, 2024
1 parent 51cec3a commit d3d6752
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reana/reana_dev/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ def cluster_commands():
@click.option(
"--kind-version",
default=KIND_IMAGE_VERSION,
help=f"Which kindest/node image version to use? [default={KIND_IMAGE_VERSION}]")
help=f"Which kindest/node image version to use? [default={KIND_IMAGE_VERSION}]",
)
@cluster_commands.command(name="cluster-create")
def cluster_create(mounts, mode, worker_nodes, disable_default_cni, kind_version): # noqa: D301
def cluster_create(
mounts, mode, worker_nodes, disable_default_cni, kind_version
): # noqa: D301
"""Create new REANA cluster.
\b
Expand Down

0 comments on commit d3d6752

Please sign in to comment.