OpenMined / .github

All our community health files
Apache License 2.0
7 stars 13 forks source link

Code standards: Python #7

Open simcof opened 4 years ago

chinmayshah99 commented 4 years ago

We should use a strict black standards?

karlhigley commented 4 years ago

PySyft's automated code standards can be found in the Github action for testing and the flake8 config. We enforce:

TTitcombe commented 4 years ago

Thoughts on isort? PySyft has a defined import style in the contributing doc, but it's not enforced AFAIK