do not lint when updating history

This commit is contained in:
Paul Gauthier 2025-03-08 17:59:22 -08:00
parent ba7d941e5b
commit f5a5b85e9d

View file

@ -81,7 +81,7 @@ def main():
# Construct and run the aider command
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)
# Read back the updated history