-
Notifications
You must be signed in to change notification settings - Fork 50
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
Improve precommit config to apply fixes locally #209
Improve precommit config to apply fixes locally #209
Conversation
1b5d226
to
390502b
Compare
Codecov Report
@@ Coverage Diff @@
## main #209 +/- ##
=======================================
Coverage 91.05% 91.05%
=======================================
Files 6 6
Lines 816 816
Branches 121 121
=======================================
Hits 743 743
Misses 61 61
Partials 12 12 Continue to review full report at Codecov.
|
|
I'm not confident of that, no. So far just happy that it appears to be doing the same things at the same time as I'd expect from Iris. Are there any other things you'd like checking that I might not have thought of (by which I mean anything at all that you'd check)? |
Scratch what I said before! It wasn't excluded files it was excluded hooks that I was thinking of.
Sorry I see now that I jumped the gun and hadn't realised you were still working through the PR 😳 |
Definitely my bad for not making it draft. I'll get on those things now |
The only one that Iris skips and that thus seems necessary to skip is I've just checked, and the same things happens in Iris' CI, so I don't think it's a bad thing here |
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.
Great stuff @wjbenfold , thanks so much!
And I can confirm that this is doing what I would expect, too.
🚀 Pull Request
Description
See #205 for context. Implements something similar to SciTools/iris#4235 for cf-units