-
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
[pycodestyle
] Remove deprecated functionality from type-comparison
(E721
)
#11220
Conversation
To clarify, this looks like it stabilizes the preview behavior introduced in #9676 correct? |
Yes, sorry I wasn't clear. I updated the PR summary accordingly. |
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
E721 | 564 | 313 | 251 | 0 | 0 |
Linter (preview)
✅ ecosystem check detected no linter changes.
Thanks this makes sense to me but we need to wait until 0.5.0 to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ecosystem changes looks good to me. Thanks for doing this.
…` (`E721`) (#11220) ## Summary Stabilizes `E721` behavior implemented in #7905. The functionality change in `E721` was implemented in #7905, released in [v0.1.2](https://github.com/astral-sh/ruff/releases/tag/v0.1.2). And seems functionally stable since #9676, without an explicit release but would correspond to [v0.2.0](https://github.com/astral-sh/ruff/releases/tag/v0.2.0). So the deprecated functionally should be removable in the next minor release. resolves: #6465
…` (`E721`) (#11220) ## Summary Stabilizes `E721` behavior implemented in #7905. The functionality change in `E721` was implemented in #7905, released in [v0.1.2](https://github.com/astral-sh/ruff/releases/tag/v0.1.2). And seems functionally stable since #9676, without an explicit release but would correspond to [v0.2.0](https://github.com/astral-sh/ruff/releases/tag/v0.2.0). So the deprecated functionally should be removable in the next minor release. resolves: #6465
Summary
Stabilizes
E721
behavior implemented in #7905.The functionality change in
E721
was implemented in #7905, released in v0.1.2. And seems functionally stable since #9676, without an explicit release but would correspond to v0.2.0. So the deprecated functionally should be removable in the next minor release.resolves: #6465