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
Thank you for reporting! I'm sorry this issue impacted you!
This is fixed in isort 5.0.5 patch release.
It looks like the combination of force_sort_within_sections and ensure_newline_before_comments didn't yet have a test in place, so I've added an additional regression test to ensure this issue doesn't resurface.
Running isort 5.0.4 on the Home Assistant project with the following config:
Example result from isort:
After running black:
It seems like the
ensure_newline_before_comments
from the Black profile is not being honored.The text was updated successfully, but these errors were encountered: