mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: Add lint_cmds attribute to Coder class
This commit is contained in:
parent
dd9f0494c1
commit
946e6759b0
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class Coder:
|
|||
self.linter = Linter(root=self.root, encoding=io.encoding)
|
||||
self.auto_lint = auto_lint
|
||||
self.setup_lint_cmds(lint_cmds)
|
||||
|
||||
self.lint_cmds = lint_cmds
|
||||
self.auto_test = auto_test
|
||||
self.test_cmd = test_cmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue