-
Notifications
You must be signed in to change notification settings - Fork 113
Ruff fixes #393
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
Ruff fixes #393
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #393 +/- ##
==========================================
+ Coverage 41.19% 41.21% +0.01%
==========================================
Files 13 13
Lines 4127 4125 -2
==========================================
Hits 1700 1700
+ Misses 2427 2425 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sanjan98
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring codecov/patch failed test
Ruff mainly fixes whitespace issues in the Fortran files and some string conventions in the python files
Purpose
Updates repo to pass our new formatting and linting checks. There are a lot of whitespace changes here so once this PR is merged we can add the commit hash to a .git-blame-ignore-revs file.
Expected time until merged
Type of change
Testing
Checklist
ruff checkandruff formatto make sure the Python code adheres to PEP-8 and is consistently formattedfprettifyor C/C++ code withclang-formatas applicable