Skip to content

Commit 8389207

Browse files
committed
lint: Disable flake8 W504 warning
In the words of MarcoFalke: "W504 should be disabled. This is not a critical error that should be blocking a merge" bitcoin#15257 (comment)
1 parent b21680b commit 8389207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/lint/lint-python.sh

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ enabled=(
7373
W291 # trailing whitespace
7474
W292 # no newline at end of file
7575
W293 # blank line contains whitespace
76-
W504 # line break after binary operator
7776
W601 # .has_key() is deprecated, use "in"
7877
W602 # deprecated form of raising exception
7978
W603 # "<>" is deprecated, use "!="

0 commit comments

Comments
 (0)