-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
MAINT: Enable linting with ruff E501 #28947 (test_linalg.py) #30195
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
base: main
Are you sure you want to change the base?
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.
The dtype keyword arguments use 5-space indents now. They could also use a trailing comma
|
I noticed that issue too: the lists actually had 3 spaces for indentation, while everything else had 4. This was actually the case before my commit, I did it the way I did to stay consistent with existing code. I made it all consistent with 4 |
Co-authored-by: Joren Hammudoglu <[email protected]>
Co-authored-by: Joren Hammudoglu <[email protected]>
#28947
@Jacob-Stevens-Haas