-
Notifications
You must be signed in to change notification settings - Fork 49
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
Linting #179
Linting #179
Conversation
Codecov Report
@@ Coverage Diff @@
## master #179 +/- ##
=======================================
Coverage 90.59% 90.59%
=======================================
Files 7 7
Lines 829 829
Branches 105 105
=======================================
Hits 751 751
Misses 64 64
Partials 14 14
Continue to review full report at Codecov.
|
The coverage reduction I think is to be expected, given the lines that Black tends to add. Depending on the reviewer's preference, I am happy for us to: a. Temporarily alter the coverage settings to be tolerant of this shift. Let me know 🙂 |
@trexfeathers Since there might be a bit of fluctuation given that we're moving stuff around and linting et al, I'd suggest making the codecov regression suitably large to accommodate changes, then once the dust settles, bump it back to |
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.
@trexfeathers Looking good... just a couple of comments to service 👍
Thanks @bjlittle ! |
🚀 Pull Request
Description
Closes #171.
Adds the 'standard' SciTools linters, and tidies some other small things.