You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to format the black-user django as closely to black as possible. Below is a list the bugs to be solved and features necessary to reach black compatibility on django. This list is manually curated by checking git diff after cargo run --bin ruff_dev -- format-dev --write django
We would like to format the black-user django as closely to black as possible. Below is a list the bugs to be solved and features necessary to reach black compatibility on django. This list is manually curated by checking
git diffaftercargo run --bin ruff_dev -- format-dev --write djangoLarger features
FormattedValueandJoinedStr) #5913 (single biggest diff source)Comment placement
and/orand the right hand side #6062Breakpoints/grouping
Other
\in raw string literals #5941LineSuffixwhen formatting to include trailing comments #5630