ahmedabu98 commented on PR #22400: URL: https://github.com/apache/beam/pull/22400#issuecomment-1197403113
Hey @NagisaVon, you can just run these two commands in your sdks/python directory: ``` ../../gradlew lint # Runs several linter checks tox -e py3-yapf # Runs code formatting ``` (you would need to install tox if you don't have it: `pip install tox`) More information here: https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-LintandFormattingChecks -- 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]
