mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
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" https://github.com/bitcoin/bitcoin/pull/15257#discussion_r302017280
This commit is contained in:
parent
b21680baf5
commit
838920704a
@ -73,7 +73,6 @@ enabled=(
|
|||||||
W291 # trailing whitespace
|
W291 # trailing whitespace
|
||||||
W292 # no newline at end of file
|
W292 # no newline at end of file
|
||||||
W293 # blank line contains whitespace
|
W293 # blank line contains whitespace
|
||||||
W504 # line break after binary operator
|
|
||||||
W601 # .has_key() is deprecated, use "in"
|
W601 # .has_key() is deprecated, use "in"
|
||||||
W602 # deprecated form of raising exception
|
W602 # deprecated form of raising exception
|
||||||
W603 # "<>" is deprecated, use "!="
|
W603 # "<>" is deprecated, use "!="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user