from Hacker News

Show HN: I made a bot that suggests fixes for Python bugs right inside the PR

by rikatee on 12/16/21, 5:55 PM with 1 comments

  • by rikatee on 12/16/21, 5:55 PM

    It's a code review copilot for GitHub that suggests fixes to bugs it finds e.g, if you missed a comma in a list, accidentally committed a breakpoint, used deprecated features, using "==" when you should use "is" and vice versa, if you're making your life harder than it needs to be, and more.

    This started life as a Django-specific toolbut I recently overhauled it to also support checking Python code in general hence changed the name from Django Doctor to CodeReview Doctor. So now it does both (and will do more languages and frameworks in future).

    Feedback on landing page would be appreciated and of course give it a spin. it's free to public repos!