Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek committed Dec 9, 2024
1 parent 364b2d6 commit 707cd14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ def update_helm_chart(context: Context, chart_file: str | None = "helm/Chart.yam
print(" - [release] Update Helm chart")
from semver import Version

app_version: Version = Version.parse(version=get_normalized_version(get_version_from_pyproject()), optional_minor_and_patch=True)
app_version: Version = Version.parse(
version=get_normalized_version(get_version_from_pyproject()), optional_minor_and_patch=True
)

yaml: YAML = init_yaml_obj()

Expand Down

0 comments on commit 707cd14

Please sign in to comment.