Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion harmonizer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def _communicate_startup(self):
print(f"Version 1.5 • {self.engine.get_engine_version()}")
print()
print("🎯 Checking if your functions DO what their names SAY")
print(f" Threshold: {self.disharmony_threshold} (scores below = harmonious)")
print(
f" Threshold: {self.disharmony_threshold} (scores below = harmonious)"
)
print("=" * 70)

def analyze_file(self, file_path: str) -> Dict[str, Dict]:
Expand Down