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
Therefore the check should probably either run differently depending on the version of python that is targeted (pre vs. post 3.10) or have an option to allow backslashes in with statements.
On the other hand the special behavior is an edge case and becomes kind of obsolete in 2.5 years with 3.9 eol. So I can fully understand when the special behavior is not implemented. I do not know how much work that would be to implement. Unfortunately I currently have no time at hand to dig in to this.
flake8-broken-line
Forbids broken lines with a
\
.Error Codes
N400
Found backslash that is used for line breakingThe text was updated successfully, but these errors were encountered: