From 6b62ac9cb855edd0e42a6aef12e22174f6bf83e3 Mon Sep 17 00:00:00 2001 From: Caleb Wodi Date: Wed, 11 Feb 2026 20:32:21 +0100 Subject: [PATCH] style(pip): apply black, isort and lint fixes - Run black formatting - Normalize import ordering with isort - Apply ruff autofixes - No functional changes --- explain_this_repo/cli.py | 2 +- explain_this_repo/prompt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explain_this_repo/cli.py b/explain_this_repo/cli.py index afc5ea5..1133fac 100644 --- a/explain_this_repo/cli.py +++ b/explain_this_repo/cli.py @@ -325,4 +325,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main() diff --git a/explain_this_repo/prompt.py b/explain_this_repo/prompt.py index 8a5ff3c..c3a314c 100644 --- a/explain_this_repo/prompt.py +++ b/explain_this_repo/prompt.py @@ -131,4 +131,4 @@ def build_simple_prompt( Make it feel like a human developer explaining to another developer in simple terms. """.strip() - return prompt \ No newline at end of file + return prompt