To receive updates in your inbox, subscribe to my newsletter.

Automate Python code reviews for free with GitHub Actions, Flake8, and Lintly

February 25, 2020 • 3 min read • python projects

Code is read much more often than it is written. As software developers, we have many options for ensuring our code is as readable as possible. In this post I’ll describe how you can use several free open source tools to automate code reviews in your GitHub repositories.