Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanTolksdorf committed Sep 27, 2023
1 parent 1f08ba3 commit e1deeff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/version/commands/_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

VERSION_PATTERN = r"^(?P<pre>.*[^\d])(?P<version>\d+\.\d+\.\d+(-?([ab]|rc|alpha|beta)\d+(.dev\d+)?)?)(?P<post>.*$)"


# This class is used for Java Version command(s)
class JavaVersionCommand(VersionCommand):
project_file_name = "upgradeVersion.json"
Expand Down

0 comments on commit e1deeff

Please sign in to comment.