I’ve found myself today wishing that run_formatters()
was extendable:
I tried to see how to get Django to run isort on generated migrations and it looks like the only option was to shim “black” or to monkey patch run_formatters()
?
I’ve found myself today wishing that run_formatters()
was extendable:
I tried to see how to get Django to run isort on generated migrations and it looks like the only option was to shim “black” or to monkey patch run_formatters()
?