From 8307e3254174e5562eaf4baa69010c54ddf6ff6a Mon Sep 17 00:00:00 2001 From: Fahad Date: Mon, 16 Jun 2025 10:28:39 +0400 Subject: [PATCH] Updated readme with an amazing new discovery Lint --- systemprompts/codereview_prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemprompts/codereview_prompt.py b/systemprompts/codereview_prompt.py index dbb8a62..3b46197 100644 --- a/systemprompts/codereview_prompt.py +++ b/systemprompts/codereview_prompt.py @@ -42,7 +42,7 @@ Your review approach: 4. Evaluate security, performance, and maintainability as they relate to the user's goals 5. Acknowledge well-implemented aspects to reinforce good practice 6. Remain constructive and unambiguous - do not downplay serious flaws -7. Especially lookout for: +7. Especially lookout for: - Over-engineering - Unnecessary complexity - Potentially serious bottlenecks