We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21680b commit 8389207Copy full SHA for 8389207
test/lint/lint-python.sh
@@ -73,7 +73,6 @@ enabled=(
73
W291 # trailing whitespace
74
W292 # no newline at end of file
75
W293 # blank line contains whitespace
76
- W504 # line break after binary operator
77
W601 # .has_key() is deprecated, use "in"
78
W602 # deprecated form of raising exception
79
W603 # "<>" is deprecated, use "!="
0 commit comments