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

    https://github.com/apache/spark/pull/20378#discussion_r167148657
  
    --- 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 --
    
    As called out earlier, this was single file python doc style checker, the 
latest does not have single file checker that can be included.


---

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

Reply via email to