aider icon indicating copy to clipboard operation
aider copied to clipboard

#lint: true, causes app exit

Open auwsom opened this issue 8 months ago • 2 comments

Issue

#lint: true, causes app exit

Version and model info

Aider v0.80.1 No response

auwsom avatar Apr 02 '25 18:04 auwsom

+1, commenting this out on my .aider.conf.yml fixed silent crash on startup

twilwa avatar Apr 06 '25 02:04 twilwa

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) .

kleyton67 avatar Oct 12 '25 20:10 kleyton67