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
The problem is that this enables the W503 warning ("line break before binary operator") which is an incompatibility with the Black formatter and therefore disabled by default. The Black website has section on interoperability
The flake8 configuration in tox.ini uses the
select
option:sampleproject/tox.ini
Line 45 in 3fb1461
The problem is that this enables the W503 warning ("line break before binary operator") which is an incompatibility with the Black formatter and therefore disabled by default. The Black website has section on interoperability
The flake8 documentation states:
My suggestion would be to remove that line. Or is it needed for some other reason I'm not aware of?
The text was updated successfully, but these errors were encountered: