2
0 Comments

Django Doctor: automatically fix code smells in PRs

Django Doctor is a bot that suggests fixes to any code smells it finds in your GitHub Pull Request.

I made this after trying to automate some of the dev effort during code review: there are some checks we perform during code review that a bot can pick up - allowing us to spend more of our time on things bots are not good at.

Plus it suggests the fix so it does not just show problems - it comes to table with solutions. Much quicker than reading a linter error in CI, locating the line in the file, fixing it, commiting and pushing to remote.

Have a look at https://django.doctor

on February 24, 2021