Enforce ruff/refurb rules (FURB)#4386
Merged
Merged
Conversation
39e788a to
c6d0727
Compare
7aae70f to
15952e9
Compare
44c33c5 to
6b2b9ac
Compare
a563475 to
3477d01
Compare
Contributor
|
Looks like you're missing imports for |
3477d01 to
ac0302c
Compare
Contributor
Author
|
I think I mistakenly removed the |
e15d1e9 to
e117139
Compare
80f3b0d to
b03c668
Compare
b03c668 to
7fa561c
Compare
7fa561c to
82c0acc
Compare
82c0acc to
9ddb5e8
Compare
Avasam
reviewed
Dec 30, 2024
9ddb5e8 to
33bba92
Compare
bf51fe7 to
282cc26
Compare
2 tasks
Contributor
|
@DimitriPapadopoulos I think you're missing a |
Contributor
|
Now that this is back to being a simpler PR. @abravalheri / @jaraco refurb would also have been one of my suggestions with improvements in readability and simplifications. |
Avasam
reviewed
Jan 3, 2025
a9d454d to
d4c0c13
Compare
7c685e4 to
2dd27d1
Compare
6f44b22 to
0cd6fb3
Compare
Contributor
Author
|
Rebased. |
Contributor
Author
|
FURB118 Use `operator.itemgetter(0)` instead of defining a lambda
FURB142 Use of `set.add()` in a for loop
FURB167 Use of regular expression alias `re.I` FURB167 Use of regular expression alias `re.M` FURB167 Use of regular expression alias `re.S` FURB167 Use of regular expression alias `re.X`
FURB188 Prefer `removesuffix` over conditionally replacing with slice.
FURB192 Prefer `max` over `sorted()` to compute the maximum value in a sequence
Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary of changes
Follow-up of #4172.
Pull Request Checklist
newsfragments/.(See documentation for details)