mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
2 different fixers are available in ALE : - ruff which runs `ruff check --fix` command (useful for example when isort is enabled in lint config), - ruff_format which runs `run format` command. The documentation was missing `ruff` as a possible fixer in ALE. --------- Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>