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

    https://github.com/apache/spark/pull/22963#discussion_r231462182
  
    --- Diff: dev/lint-python ---
    @@ -26,9 +26,13 @@ 
PYCODESTYLE_REPORT_PATH="$SPARK_ROOT_DIR/dev/pycodestyle-report.txt"
     PYDOCSTYLE_REPORT_PATH="$SPARK_ROOT_DIR/dev/pydocstyle-report.txt"
     PYLINT_REPORT_PATH="$SPARK_ROOT_DIR/dev/pylint-report.txt"
     PYLINT_INSTALL_INFO="$SPARK_ROOT_DIR/dev/pylint-info.txt"
    +
     PYDOCSTYLEBUILD="pydocstyle"
    -EXPECTED_PYDOCSTYLEVERSION="3.0.0"
    -PYDOCSTYLEVERSION=$(python -c 'import pkg_resources; 
print(pkg_resources.get_distribution("pydocstyle").version)' 2> /dev/null)
    +MINIMUM_PYDOCSTYLEVERSION="3.0.0"
    +
    +FLAKE8BUILD="flake8"
    +MINIMUM_FLAKE8="3.4.0"
    +
     SPHINXBUILD=${SPHINXBUILD:=sphinx-build}
    --- End diff --
    
    BTW, i tested flake8 3.0.0, 3.1.0, 3.2.0, 3.3.0, 3.4.0, 3.5.0 and 3.6.0 
while I am here.


---

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

Reply via email to