Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen1999 committed Jan 18, 2025
1 parent 19dd384 commit af40dbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion suricata_check/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def get_version() -> str:
if os.path.exists(git_dir):
try:
v = str(setuptools_git_versioning.get_version())
_logger.debug("Detected suricata-check version using setuptools_git_versioning: %s", v)
_logger.debug(
"Detected suricata-check version using setuptools_git_versioning: %s", v
)
except: # noqa: E722
v = __get_git_revision_short_hash()
_logger.debug("Detected suricata-check version using git: %s", v)
Expand Down

0 comments on commit af40dbd

Please sign in to comment.