-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How do you plan on keeping up with new rules/fixes in core ? #2322
Comments
The goal is to maintain parity as those projects evolve, to the degree that we can. We've already reimplemented some upstream fixes from Many of the plugins we've reimplemented, though, are pretty "stable", in that they tend not to add many additional rules. E.g., many of them haven't seen new releases in the past few years. That's not true of all of them, but at least a handful.
|
Hopefully that answers your question, but obviously happy to field any follow-ups :) |
Great! Thanks for your answer 😊 Yeah my question about pyupgrade was more focused on the ongoing development for new Python versions as I don’t see this tool be « finished » like maybe isort or some other could be (I mean once you’ve sorted your imports everything else is bug fixing, … right ? 😁) And thanks for ruff! It’s an amazing piece of software 😊 I incorporated it in my own projects coming from flakeheaven and the transition was smooth. I don’t have large codebases but it feels a lot snappier already. |
Amazing, so glad to hear that it's working for you :) |
This is more a general question rather than a feature request/bug report:
How do you plan on keeping up to date with evolving projects you reimplemented in core, like pyupgrade for example?
The text was updated successfully, but these errors were encountered: