Aider code quality pass #43

Open
opened 2025-04-13 21:27:30 +00:00 by Jmaa · 0 comments
Owner

Add aider pass that checks whether the code quality of the current branch is good enough. Instruct it to improve the code quality if it is not.

Focus should be put on ensuring that all the conventions are being followed and that ruff doesn't complain. The pass is allowed to create additional suggestions, mainly focusing on early error validation, and ensuring strict behavior.

Example:

  • Request that a dataclass is marked as frozen.
Add aider pass that checks whether the code quality of the current branch is good enough. Instruct it to improve the code quality if it is not. Focus should be put on ensuring that all the conventions are being followed and that ruff doesn't complain. The pass is allowed to create additional suggestions, mainly focusing on early error validation, and ensuring strict behavior. Example: - Request that a dataclass is marked as frozen.
Jmaa added the
enhancement
label 2025-04-13 21:54:40 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Jmaa/aider-gitea#43
No description provided.