@dwilding observed in #588 that it's handy to commit the ruff format results before diving into the deeper issues that ruff check --fix handles. Rather than advise running the underlying commands in the migration guide, let's add a --no-fix flag to just format which skips running ruff check --fix, and advise using that.
@dwilding observed in #588 that it's handy to commit the
ruff formatresults before diving into the deeper issues thatruff check --fixhandles. Rather than advise running the underlying commands in the migration guide, let's add a--no-fixflag tojust formatwhich skips runningruff check --fix, and advise using that.