-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add pre-commit and implement automatic linting and formatting #544
Add pre-commit and implement automatic linting and formatting #544
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #544 +/- ##
==========================================
- Coverage 87.58% 85.41% -2.17%
==========================================
Files 22 22
Lines 3955 3957 +2
==========================================
- Hits 3464 3380 -84
- Misses 491 577 +86 ☔ View full report in Codecov by Sentry. |
These do not effect the regression tests: |
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.
This generally looks good to me.
Can you run the jwst regression tests with this PR?
It's OK to merge if they pass. I left one inline comment.
I ran the regression tests earlier today on both JWST and Romancal, see #544 (comment) |
…spacetelescope#544)" This reverts commit 4e438c6, reversing changes made to 4a5fad4.
This PR adds a proper pre-commit config and implements linting and associated improvements to the code base.