Closed timobrembeck closed 1 year ago
What about reformatting migrations? Recent Django migrations do wrap long lines when a formatter is available.
Sorry, I wasn't aware of that option. Is there a specific dependency which has to be installed, or should I just use third-party formatter from my IDE to wrap the lines?
In #135, I noticed that Django's generated migrations might have way longer lines than 120 chars. Without an automated formatter, I think it's better to disable this warning than having to manually add a bunch of line breaks. Not sure if it makes sense to ignore the whole dir for flake, or to just disable the line length limit.