From d437be5bc1954d8575e1cbe8e8cb4cd5f0067e1c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 22 May 2024 16:14:19 -0700 Subject: [PATCH] copy --- _posts/2024-05-22-swe-bench-lite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-05-22-swe-bench-lite.md b/_posts/2024-05-22-swe-bench-lite.md index 0344b51af..e7af45bc4 100644 --- a/_posts/2024-05-22-swe-bench-lite.md +++ b/_posts/2024-05-22-swe-bench-lite.md @@ -200,7 +200,7 @@ respected when new code is added. ## Linting and fixing -[Aider lints code](https://aider.chat/docs/linting/) +[Aider lints code](https://aider.chat/2024/05/22/linting.html) after every LLM edit and offers to automatically fix any linting errors. Aider includes basic linters built with tree-sitter that supports @@ -258,7 +258,7 @@ make the correct changes to resolve it. ## Testing and fixing Aider can be configured with the command needed to run tests for a repo. -A user working on a Python project might do that by launching +A user working on a python project might do that by launching aider like this: ```