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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
