-
Notifications
You must be signed in to change notification settings - Fork 43
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
Code qa refresh #568
Code qa refresh #568
Conversation
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.
As per your other PR, this looks good.
Remember to raise an issue for the ignored numpydoc 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.
Actually - jsut spotted one thing:
ruff-pre-commit
hook is now version 0.7.4, you've got it as 0.7.3
Can you update?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #568 +/- ##
=======================================
Coverage 89.60% 89.60%
=======================================
Files 8 8
Lines 2473 2473
Branches 420 420
=======================================
Hits 2216 2216
Misses 159 159
Partials 98 98 ☔ View full report in Codecov by Sentry. |
Just added in a re-ordering of the pre-commit hooks to match the current template order. |
You are still running on 0.7.3 for Ruff though. |
Sorry, missed including that somehow! |
I wonder if rather than setting For iris-grib, this would require the following ignores in the pyproject.toml:
These can then all be added to a new issue documenting the failing mypy tests for iris-grib? What do you think? |
Well, here's one way of looking at what that does ...
|
Done, I think. I don't know why the numbers don't seem to add up. |
cdb78f5
to
f8bdc8d
Compare
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.
OK. I think we're good to go.
Brilliant, thanks @ukmo-ccbunney !! To complete this work :
|
Replaces #564
Don't understand why this was needed, since the branch location is the same.
Seems like GitHub got confused somehow by my adding a commit + then removing it