mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
do not lint when updating history
This commit is contained in:
parent
ba7d941e5b
commit
f5a5b85e9d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def main():
|
||||||
# Construct and run the aider command
|
# Construct and run the aider command
|
||||||
message = history_prompt.format(aider_line=aider_line)
|
message = history_prompt.format(aider_line=aider_line)
|
||||||
|
|
||||||
cmd = ["aider", hist_path, "--read", diff_path, "--msg", message, "--no-auto-commit"]
|
cmd = ["aider", hist_path, "--read", diff_path, "--msg", message, "--no-git", "--no-auto-lint"]
|
||||||
subprocess.run(cmd)
|
subprocess.run(cmd)
|
||||||
|
|
||||||
# Read back the updated history
|
# Read back the updated history
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue