[flake8-simplify] Stabilize split-static-string (SIM905)#16631
Merged
ntBre merged 1 commit intomicha/ruff-0.10from Mar 11, 2025
Merged
[flake8-simplify] Stabilize split-static-string (SIM905)#16631ntBre merged 1 commit intomicha/ruff-0.10from
flake8-simplify] Stabilize split-static-string (SIM905)#16631ntBre merged 1 commit intomicha/ruff-0.10from
Conversation
Summary -- Stabilizes SIM905 and adds a small addition to the docs. The test was already in the right place. Test Plan -- No issues except 2 recent, general issues about whitespace normalization.
CodSpeed Performance ReportMerging #16631 will degrade performances by 12.87%Comparing Summary
Benchmarks breakdown
|
Contributor
|
| code | total | + violation | - violation | + fix | - fix |
|---|---|---|---|---|---|
| SIM905 | 36 | 36 | 0 | 0 | 0 |
Linter (preview)
✅ ecosystem check detected no linter changes.
Contributor
Author
|
All of the ecosystem checks look like true positives. I think the codspeed results should be unrelated to these changes? |
Member
Yeah, codspeed is probably confused about the base. We might need to rebase the base branch. But let's wait until we merged almost all outstanding PRs |
MichaReiser
approved these changes
Mar 11, 2025
MichaReiser
pushed a commit
that referenced
this pull request
Mar 13, 2025
Summary -- Stabilizes SIM905 and adds a small addition to the docs. The test was already in the right place. Test Plan -- No issues except 2 recent, general issues about whitespace normalization.
MichaReiser
pushed a commit
that referenced
this pull request
Mar 13, 2025
Summary -- Stabilizes SIM905 and adds a small addition to the docs. The test was already in the right place. Test Plan -- No issues except 2 recent, general issues about whitespace normalization.
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
Stabilizes SIM905 and adds a small addition to the docs. The test was already in the right place.
Test Plan
No issues except 2 recent, general issues about whitespace normalization.