-
Notifications
You must be signed in to change notification settings - Fork 629
Add more pre-commit checks #1848
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
Conversation
Signed-off-by: zethson <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1848 +/- ##
=======================================
Coverage 71.21% 71.22%
=======================================
Files 92 92
Lines 11181 11181
=======================================
+ Hits 7963 7964 +1
+ Misses 3218 3217 -1
|
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.
Only thing that needs to change is the added large file.
Could you try building the docs and checking if anything gets added? The scanpy.plotting.rst
file has been weird in the past. I think it's at least started being consistent with newer versions of sphinx, but it'd be good to check.
I would like it if the yaml
and toml
checks would also do formatting, but up to you on including that.
Signed-off-by: zethson <[email protected]>
The pbmc data in the docs folder does indeed get downloaded when building the docs. |
👍 |
Signed-off-by: zethson <[email protected]>
Done. |
One last thing, could you exclude the test data files from any automatic formatting? I guess it's good to know that new lines at the end of files doesn't matter, but I'd prefer to keep those files exactly as they were written by |
Signed-off-by: zethson <[email protected]>
Added for trailing-whitespace and end-of-file-fixer. |
Do revert the changes those made as well please! |
Signed-off-by: zethson <[email protected]>
@ivirshup Done. |
Great, thanks |
Hey,
finally solves #1563
I added:
They are super super fast, so speed is not a concern.
Signed-off-by: zethson [email protected]