-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sort by key #7963
Merged
Merged
Sort by key #7963
Commits on Oct 15, 2023
-
Re-implement
module_key
function + sort with itSort straight imports with `sorted_by_cached_key`
Configuration menu - View commit details
-
Copy full SHA for 8661004 - Browse repository at this point
Copy the full SHA 8661004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4050471 - Browse repository at this point
Copy the full SHA 4050471View commit details -
Rename
prefix
related things tomember type
I think it describes what it is more accurately and it's more consistent with the isort terminology
Configuration menu - View commit details
-
Copy full SHA for e6ef94c - Browse repository at this point
Copy the full SHA e6ef94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b82da0 - Browse repository at this point
Copy the full SHA 8b82da0View commit details -
Replace last call to
cmp_either_import
Remove all the `cmp_*` functions
Configuration menu - View commit details
-
Copy full SHA for a902a90 - Browse repository at this point
Copy the full SHA a902a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 452d7ef - Browse repository at this point
Copy the full SHA 452d7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4b9dd - Browse repository at this point
Copy the full SHA 5a4b9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087bd57 - Browse repository at this point
Copy the full SHA 087bd57View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01bead - Browse repository at this point
Copy the full SHA e01beadView commit details
Commits on Oct 20, 2023
-
Use
Cow
to avoid unnecessary allocationsIf the module name is already lowercase we don't have to call `to_lowercase`, which avoids some allocations (probably a lot since most modules are lowercase)
Configuration menu - View commit details
-
Copy full SHA for 56b462f - Browse repository at this point
Copy the full SHA 56b462fView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97914c4 - Browse repository at this point
Copy the full SHA 97914c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8163c04 - Browse repository at this point
Copy the full SHA 8163c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a15e3 - Browse repository at this point
Copy the full SHA c2a15e3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.