[flake8-use-pathlib] Stabilize invalid-pathlib-with-suffix (PTH210)#16656
Merged
ntBre merged 1 commit intomicha/ruff-0.10from Mar 12, 2025
Merged
[flake8-use-pathlib] Stabilize invalid-pathlib-with-suffix (PTH210)#16656ntBre merged 1 commit intomicha/ruff-0.10from
flake8-use-pathlib] Stabilize invalid-pathlib-with-suffix (PTH210)#16656ntBre merged 1 commit intomicha/ruff-0.10from
Conversation
CodSpeed Performance ReportMerging #16656 will degrade performances by 4.6%Comparing Summary
Benchmarks breakdown
|
Contributor
|
MichaReiser
approved these changes
Mar 12, 2025
…10`) Summary -- Stabilizes PTH210. Tests and docs looked good. Test Plan -- Mentioned in 1 open issue around Python 3.14 support (`"."` becomes a valid suffix in 3.14). Otherwise no issues or PRs since 2024-12-12, 6 days after the rule was added.
fd2cb69 to
e94bf05
Compare
MichaReiser
pushed a commit
that referenced
this pull request
Mar 13, 2025
…10`) (#16656) Summary -- Stabilizes PTH210. Tests and docs looked good. Test Plan -- Mentioned in 1 open issue around Python 3.14 support (`"."` becomes a valid suffix in 3.14). Otherwise no issues or PRs since 2024-12-12, 6 days after the rule was added.
MichaReiser
pushed a commit
that referenced
this pull request
Mar 13, 2025
…10`) (#16656) Summary -- Stabilizes PTH210. Tests and docs looked good. Test Plan -- Mentioned in 1 open issue around Python 3.14 support (`"."` becomes a valid suffix in 3.14). Otherwise no issues or PRs since 2024-12-12, 6 days after the rule was added.
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 PTH210. Tests and docs looked good.
Test Plan
Mentioned in 1 open issue around Python 3.14 support (
"."becomes a valid suffix in 3.14). Otherwise no issues or PRs since 2024-12-12, 6 days after the rule was added.