-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
fixing some E502 (unnecessary backslash) in pyx files #35206
Conversation
Codecov ReportBase: 88.57% // Head: 88.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35206 +/- ##
===========================================
+ Coverage 88.57% 88.59% +0.01%
===========================================
Files 2140 2140
Lines 397273 397273
===========================================
+ Hits 351891 351969 +78
+ Misses 45382 45304 -78
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. |
You let some |
I have removed one of them, and also some empty lines and unused imports. |
Documentation preview for this PR is ready! 🎉 |
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.
LGTM.
📚 Description
This removes most instances of pycodestyle warning
E502 the backslash is redundant between brackets
inside pyx files. There remains only a few in rings/, that could be easily fixed when activiting the check in the linter.
📝 Checklist
⌛ Dependencies