Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 19:46
Immutable release. Only release title and notes can be modified.

Changed

  • Depend on ruff directly so the formatter is always installed alongside
    codesorter. The CLI shells out to ruff format, which previously only worked
    when ruff happened to be on PATH from another source; it is now a runtime
    dependency, so codesorter is self-contained in a clean environment and in the
    isolated pre-commit hook.