Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20378#discussion_r166525289
  
    --- Diff: dev/lint-python ---
    @@ -83,6 +84,53 @@ else
         rm "$PEP8_REPORT_PATH"
     fi
     
    +#### Python Document Style Checks ####
    +
    +# Get PYDOCSTYLE at runtime so that we don't rely on it being installed on 
the build server.
    +# Using pep257.py which is the single file version of pydocstyle.
    +PYDOCSTYLE_VERSION="0.2.1"
    --- End diff --
    
    Btw, seems like the latest version of pydocstyle is `2.1.1`. Should we use 
it instead?


---

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

Reply via email to