mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
Updated lint command to commit after fixing problems.
This commit is contained in:
parent
828a5264b0
commit
bc06d8623c
3 changed files with 4 additions and 4 deletions
|
@ -355,7 +355,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
coder.commands.cmd_commit("")
|
||||
return
|
||||
|
||||
if args.lint:
|
||||
if args.lint_and_commit:
|
||||
coder.commands.cmd_lint("")
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue