Stabilize some rules for v0.2.0 release#9712
Merged
charliermarsh merged 1 commit intorelease/0.2.0from Jan 30, 2024
Merged
Conversation
Member
Author
|
Draft, I need to remove stabilization for some of the rules based on when they were added. |
CodSpeed Performance ReportMerging #9712 will degrade performances by 9.28%Comparing Summary
Benchmarks breakdown
|
1f990d1 to
980ae5e
Compare
980ae5e to
c99a3ff
Compare
c99a3ff to
2d06c42
Compare
2d06c42 to
a7476a8
Compare
Contributor
|
Merged
zanieb
pushed a commit
that referenced
this pull request
Feb 1, 2024
## Summary This PR stabilizes the preview rules from: - `flake8-trio` (6 rules) - `flake8-quotes` (1 rule) - `pyupgrade` (1 rule) - `flake8-pyi` (1 rule) - `flake8-simplify` (2 rules) - `flake8-bandit` (9 rules; 14 remain in preview) - `flake8-type-checking` (1 rule) - `numpy` (1 rule) - `ruff` (4 rules, one elevated from nursery; 6 remain in preview as they were added within the last 30 days) - `flake8-logging` (4 rules) I see these are largely uncontroversial.
zanieb
pushed a commit
that referenced
this pull request
Feb 1, 2024
## Summary This PR stabilizes the preview rules from: - `flake8-trio` (6 rules) - `flake8-quotes` (1 rule) - `pyupgrade` (1 rule) - `flake8-pyi` (1 rule) - `flake8-simplify` (2 rules) - `flake8-bandit` (9 rules; 14 remain in preview) - `flake8-type-checking` (1 rule) - `numpy` (1 rule) - `ruff` (4 rules, one elevated from nursery; 6 remain in preview as they were added within the last 30 days) - `flake8-logging` (4 rules) I see these are largely uncontroversial.
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
This PR stabilizes the preview rules from:
flake8-trio(6 rules)flake8-quotes(1 rule)pyupgrade(1 rule)flake8-pyi(1 rule)flake8-simplify(2 rules)flake8-bandit(9 rules; 14 remain in preview)flake8-type-checking(1 rule)numpy(1 rule)ruff(4 rules, one elevated from nursery; 6 remain in preview as they were added within the last 30 days)flake8-logging(4 rules)I see these are largely uncontroversial.