Skip to content

Commit 9f80c1c

Browse files
committed
Re-add W504 so CI passes, until we reformat
1 parent f33b772 commit 9f80c1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ ignore =
150150
# line break before binary operator
151151
W503,
152152

153+
# line break after binary operator
154+
W504,
155+
153156
# End of list (allows last item to end with trailing ',')
154157
EOL
155158

0 commit comments

Comments
 (0)