Everytime I run `makemigrations`, I have to manually format them with
black. IMO, we should look at generating and formatting migrations using
black.
Thoughts?
--
Ticket URL: <https://code.djangoproject.com/ticket/33761>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
In Django 4.1+ migration files are formatted using the `black` command if
it is present on your `PATH`, see
[https://docs.djangoproject.com/en/dev/ref/django-admin/#black-formatting
docs].
--
Ticket URL: <https://code.djangoproject.com/ticket/33761#comment:1>