You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by HyukjinKwon <gi...@git.apache.org> on 2018/08/25 10:04:52 UTC

[GitHub] spark issue #22231: [SPARK-25238][PYTHON] lint-python: Upgrade pycodestyle t...

Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/22231
  
    I think we can simply skip, for example, `W504 line break after binary operator` per PEP8:
    
    > In Python code, it is permissible to break before or after a binary operator, as long as the convention is consistent locally. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org