﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35527	Support `ruff format` as a formatter alongside `black`	Aarni Koskela	nobody	"Django already has support for plugging in code formatters (https://github.com/django/django/blob/fa7848146738a9fe1d415ee4808664e54739eeb7/django/core/management/utils.py#L160-L175) for generated code (templates and migrations).

The ruff (https://github.com/astral-sh/ruff) project has a 99% black-compatible formatter (https://astral.sh/blog/the-ruff-formatter) that's very fast and increasingly popular.

It would be useful if Django could format migrations using `ruff format` if available.

If this is welcome, I'm happy to write a PR."	New feature	closed	Core (Management commands)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
