You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/27 21:46:27 UTC

[GitHub] [beam] ahmedabu98 commented on pull request #22400: [MongoDBio] custom writeFn for mongodb io python sdk

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: github-unsubscribe@beam.apache.org

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