molmod / psiflow

scalable molecular simulation
https://molmod.github.io/psiflow/
MIT License
121 stars 7 forks source link

Add `isort` section to `pyproject.toml` #20

Closed Andrew-S-Rosen closed 1 year ago

Andrew-S-Rosen commented 1 year ago

Since isort and black can sometimes conflict with one another, I added the following which will ensure they don't. This is recommended here.

[tool.isort]
profile = "black"