mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: Apply linter to udiff_coder.py
This commit is contained in:
parent
758979e4f3
commit
3502f335ec
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ other_hunks_applied = (
|
|||
|
||||
class UnifiedDiffCoder(Coder):
|
||||
"""A coder that uses unified diff format for code modifications."""
|
||||
|
||||
edit_format = "udiff"
|
||||
gpt_prompts = UnifiedDiffPrompts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue