You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently roll our own Fortran formatters: tools/fix_style.py and tools/fix_indent.py. Since the main development work on AtChem2, things in the Fortran world have really come on - I suggest we make use of https://github.com/pseewald/fprettify instead. It'll reduce our own estate we need to maintain, and be more robust and better tested.
In a similar vein, we should run https://pypi.org/project/black/ on our Python files - it's very opinionated but that's the point, removing our own preferences.
If you agree (with either), I'd be happy to make a PR. I'd recommend merging #497 first, as it'll undoubtedly change stuff all over the place.
The text was updated successfully, but these errors were encountered:
We currently roll our own Fortran formatters:
tools/fix_style.py
andtools/fix_indent.py
. Since the main development work on AtChem2, things in the Fortran world have really come on - I suggest we make use of https://github.com/pseewald/fprettify instead. It'll reduce our own estate we need to maintain, and be more robust and better tested.In a similar vein, we should run https://pypi.org/project/black/ on our Python files - it's very opinionated but that's the point, removing our own preferences.
If you agree (with either), I'd be happy to make a PR. I'd recommend merging #497 first, as it'll undoubtedly change stuff all over the place.
The text was updated successfully, but these errors were encountered: