Closed sseraj closed 2 years ago
Looks good, I assume there is no equivalent --dry-run
arg or a direct exit code for this tool so we have to rely on git diff
?
Looks good, I assume there is no equivalent
--dry-run
arg or a direct exit code for this tool so we have to rely ongit diff
?
That's correct. There is no built-in check functionality.
Purpose
This adds a job for fprettify that we can use to style check our Fortran codes.
Expected time until merged
I will probably just merge this tomorrow and then push directly to main to iterate on any fixes, but comments are welcome.
Type of change
Testing
Checklist
flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted