choderalab / software-development

A primer on software development best practices for computational chemistry
262 stars 78 forks source link

Python code formatter #62

Closed malramsay64 closed 4 years ago

malramsay64 commented 6 years ago

There is a section in Python Coding about formatting to pep8 style. As an alternative to manually formatting the code and having to know pep8 there are some automatic code formatting tools notably yapf and black. These tools could be worth mentioning.

chfw commented 4 years ago

Please close this issue as my PR has done it.

chfw commented 4 years ago

https://github.com/choderalab/software-development/pull/77

jchodera commented 4 years ago

Closed by #77