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
Our team just upgraded major versions from black==23.1.0 to black==24.1.1 (https://github.com/psf/black/releases/tag/24.1.1) which was just released two days ago. This introduces a conflict with reorder-python-imports (which we also use) around the introduction of new blank lines after a module-level docstring. black wants to introduce a new line between the docstring and the first line of code. reorder-python-imports wants that line to be removed.
Issue Description
Our team just upgraded major versions from
black==23.1.0
toblack==24.1.1
(https://github.com/psf/black/releases/tag/24.1.1) which was just released two days ago. This introduces a conflict withreorder-python-imports
(which we also use) around the introduction of new blank lines after a module-level docstring.black
wants to introduce a new line between the docstring and the first line of code.reorder-python-imports
wants that line to be removed.It appears that that is the lone issue. Video of this in action.
Steps To Reproduce
black
to their most recent release.black
command locally.reorder-python-imports
command locally.Thanks for the assist and this fantastic tool; LMK if there is anything else I can do to help.
The text was updated successfully, but these errors were encountered: