Skip to content

Commit

Permalink
- Applied black.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 8, 2024
1 parent aa671f2 commit 64bac96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions version_tag_check/version_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,5 @@ def is_valid_increment(self) -> bool:
elif nv.major == lv.major + 1:
return nv.minor == 0 and nv.patch == 0

logger.error(
"New tag %s is not one version higher than the latest tag %s.", self.__new_version, latest_version
)
logger.error("New tag %s is not one version higher than the latest tag %s.", self.__new_version, latest_version)
return False

0 comments on commit 64bac96

Please sign in to comment.