-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fprettify #44
Conversation
Verified that the fprettify check fails without formatting and outputs which files need to be formatted |
Codecov Report
@@ Coverage Diff @@
## main #44 +/- ##
=======================================
Coverage 60.51% 60.51%
=======================================
Files 5 5
Lines 1616 1616
=======================================
Hits 978 978
Misses 638 638 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Why not stick with the two space tab? |
Previously, we had an initial 2 space tab and then 3 space tabs after that. We decided to use a 4 space tab to be consistent with our Python formatting. |
Verified that a single file failure also fails the job |
This reverts commit a669b83.
Purpose
Formatting the Fortran code with fprettify
Expected time until merged
1 week
Type of change
Testing
Current test pass
Checklist
flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted