-
Notifications
You must be signed in to change notification settings - Fork 942
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
Remove extraneous spaces from docstrings in modules 2 #1496
Conversation
Codecov ReportBase: 91.46% // Head: 91.46% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1496 +/- ##
=======================================
Coverage 91.46% 91.46%
=======================================
Files 15 15
Lines 1300 1300
Branches 223 223
=======================================
Hits 1189 1189
Misses 78 78
Partials 33 33
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Just to make sure, are those the remaining ones, and no more? |
Actually need to check the other folders apart from the mesa one |
ok, now it's done in all the folders |
LGTM |
It might be useful to adopt a style guide for docstrings. Common ones:
For example, the NumPy style guide maintains a white line before the last |
I'm surely in favor of a style guide and I prefer one without the last blank line 👍 |
@EwoutH can you start that topic as a discussion so it doesn't get lost in this PR |
I wonder if the white line convention can be enforced in a linter? I'm saying it here instead of in the discussion thread that @EwoutH is going to start, or else I might forget to say this. |
Some of the modules were missed in #1493, sorry