Skip to content

v1.39.5

Latest

Choose a tag to compare

@monosans monosans released this 29 Jun 02:06
· 2 commits to master since this release

Fix

  • Return 1 when no files match the requested lint or format run.
  • Make --check - return 1 when formatting changes are needed.
  • Keep progress output off stdin runs.

Performance

  • Defer runtime-only imports until the CLI code paths that need them.
  • Process stdin formatting in memory instead of creating a temporary file.
  • Avoid creating an executor when a run only has one worker.