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:

  • Dataclasses should be marked frozen.
  • Re-use functions to avoid code duplication.
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: - Dataclasses should be marked frozen. - Re-use functions to avoid code duplication.
Jmaa added the
enhancement
label 2025-04-13 21:54:40 +00:00
Jmaa added the
aider
label 2025-04-19 23:12:48 +00:00
Jmaa removed the
aider
label 2025-04-21 10:17:51 +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.