Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent 8ccc066 commit 61c78fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/buildsys_dateversion/_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def distribution_name(self) -> str:
@property
def version(self) -> str:
if "dateversion-distribution-version" not in self.config_settings:
self.config_settings[
"dateversion-distribution-version"
] = self._get_version()
self.config_settings["dateversion-distribution-version"] = (
self._get_version()
)
return self.config_settings["dateversion-distribution-version"]

def _get_version(self) -> str:
Expand Down

0 comments on commit 61c78fc

Please sign in to comment.