HouGroup / mdgo

A codebase for classical molecular dynamics (MD) simulation setup and results analysis.
https://mdgo.readthedocs.io/
24 stars 17 forks source link

Lint with black #4

Closed rkingsbury closed 3 years ago

rkingsbury commented 3 years ago

In this PR, I bring the linting standards into line with the latest pymatgen, and lint the entire project with the black autoformatter.

htz1992213 commented 3 years ago

Thanks. Most changes should work. Only one question: import sphinx_rtd_theme is removed in docs/source/conf.py, will that influence the behavior of sphinx?

htz1992213 commented 3 years ago

I think the official docs requires to import that explicitly Ref: sphinx_rtd_theme

htz1992213 commented 3 years ago

Merged.

rkingsbury commented 3 years ago

thanks @htz1992213 !