This commit is contained in:
Paul Gauthier 2024-05-22 12:15:40 -07:00
parent 589f1d510e
commit 13ada38ecc

View file

@ -1,12 +1,12 @@
--- ---
title: Linting code for LLMs with aider title: Linting code for LLMs with tree-sitter
excerpt: Aider now lints code after every LLM edit and automatically fixes errors, using tree-sitter and AST-aware code context. excerpt: Aider now lints code after every LLM edit and automatically fixes errors, using tree-sitter and AST-aware code context.
highlight_image: /assets/linting.jpg highlight_image: /assets/linting.jpg
--- ---
[![Linting code](/assets/linting.jpg)](https://aider.chat/assets/linting.jpg) [![Linting code](/assets/linting.jpg)](https://aider.chat/assets/linting.jpg)
# Linting code for LLMs with aider # Linting code for LLMs with tree-sitter
Aider now lints your code after every LLM edit, and offers to automatically fix Aider now lints your code after every LLM edit, and offers to automatically fix
any linting errors. any linting errors.