-
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
Stabilize some rules for v0.2.0 release #9712
Conversation
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
|
## 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.
## 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.
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.