-
-
Notifications
You must be signed in to change notification settings - Fork 772
Description
Hey folks, after a long winter I'm back (although with very limited availability) trying to keep this project alive.
I've already built a testing environment base on Docker to help us move faster when testing and trying to work on the project.
But there is still a lot to be done.
Some of our dependencies (such as pylama) has been a long time without updates, and this is having its priced (lack of support, depending on deprecated stuff, etc).
So I'd like to know from the community which would be the best approach. Trying to vendor more packages to keep this project "minimally stable" or removing some of these old dependencies in favor of newer tools.
More specifically, should we try to replace most of the tools with ruff and mypy ? Do you think we would need other tools other than these two to have a quite complete setup?
Also, and this is very important. I will need help to do these migrations. As I've said, my availability is very restricted nowadays.
Or are you using new vim plugins that can easily replace this one?
As I haven´t been writing too much python code recently, I admit I'm bit outdated on the "vim+python ecossystem news".