Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

W503 reporting on all operator line breaks #168

Open
ttheune opened this issue Mar 4, 2019 · 0 comments
Open

W503 reporting on all operator line breaks #168

ttheune opened this issue Mar 4, 2019 · 0 comments

Comments

@ttheune
Copy link

ttheune commented Mar 4, 2019

if (test == foo or
bar or
baz):

if (test == foo
or bar
or baz):

Both of those are raising W503 errors, I believe the second one is correct. Apologies if this is a PEBKAC issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant