dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

Ruff 0.1.0 has introduced a breaking change the ALE doesn't currently handle. #4633

Open EdgyNortal opened 11 months ago

EdgyNortal commented 11 months ago

https://github.com/astral-sh/ruff/pull/7984

The --format cli option has been replaced with --output-format

I assume an additional config flag to opt in to new/old flag would support the transition period for users using pre/post 0.1.0 ruff.

EdgyNortal commented 11 months ago

https://github.com/dense-analysis/ale/pull/4632/files

dtrifiro commented 10 months ago

This can be closed.

matthewarmand commented 3 months ago

The fix for this has been merged, but there hasn't been a new release of ALE in about 18 months. Can we expect a new version to be released with this fix?