You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/26 00:59:37 UTC

[GitHub] [spark] ueshin edited a comment on pull request #34385: [SPARK-37011][PYTHON] Remove unnecessary 'noqa: F401' comments

ueshin edited a comment on pull request #34385:
URL: https://github.com/apache/spark/pull/34385#issuecomment-951460112


   That's weird. Actually I tried it with `flake8==3.9.0` locally and it passes.
   
   ```
   % flake8 --version
   3.9.0 (mccabe: 0.6.1, pycodestyle: 2.7.0, pyflakes: 2.3.1) CPython 3.9.6 on Darwin
   
   % ./dev/lint-python
   starting python compilation test...
   python compilation succeeded.
   
   starting black test...
   black checks passed.
   
   starting pycodestyle test...
   pycodestyle checks passed.
   
   starting flake8 test...
   flake8 checks passed.
   
   starting mypy test...
   mypy checks passed.
   
   
   all lint-python tests passed!
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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