aider
aider copied to clipboard
#lint: true, causes app exit
Issue
#lint: true, causes app exit
Version and model info
Aider v0.80.1 No response
+1, commenting this out on my .aider.conf.yml fixed silent crash on startup
I have the same error, trying to use :
## Lint and fix provided files, or dirty files if none provided
lint: true
## Specify lint commands to run for different languages, eg: "python: flake8 --select=..." (can be used multiple times)
#lint-cmd: xxx
## Specify multiple values like this:
lint-cmd:
# - "python: ruff check ."
- "python: flake8"
both linters fails, the aider crashs after the last confirmation for lint (Fix lint errors in) .