Jarek Potiuk
Jarek Potiuk
I pinned the issue - this way it will show up at the top of "Issues" list in the repo

NICE! @tirkarthi -> you should start a thread about it at devlist and propose adding it to the repo. The sooner we start working on it and let poeple test...
BTW. I like it a lot how simple it is with libCST - we previously used quite a bit more complex tool from Facebook that allowed to do refactoring at...
One small watchout though - such a tool should have a way to isolate rules - so that they are not in a single big method - some abstraction that...
> Bowler looks interesting. Don't be deceived by it :). It was helpful for Provider's migration at some point in time, but I had many rough edges - like debugging...
BTW. Codemod .... is also 5 years not maintained. Not that it is disqualification - but they list `python2` as their dependency ... so .....
:eyes: :eyes: `rust` project :) ... Me :heart: it (but I doubt we want to invest in it as it might be difficult to maintain, unless we find quite a...
Mostly as curiosity: One option we might consider is https://github.com/alexpovel/srgn - I've heard about it recently, it's a "grep that understands code" with capabilities of running different actions. Written in...