Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 8317d0a

Browse files
committed
style: format long log line
1 parent e63881b commit 8317d0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/git_notes_memory/hooks/session_start_handler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ def main() -> None:
172172
if git_ops.ensure_sync_configured():
173173
logger.debug("Git notes sync configured for repository")
174174
else:
175-
logger.debug("Git notes sync not configured (no remote or not a git repo)")
175+
logger.debug(
176+
"Git notes sync not configured (no remote or not a git repo)"
177+
)
176178
except Exception as e:
177179
logger.debug("Could not configure git notes sync: %s", e)
178180

0 commit comments

Comments
 (0)