Python Code Quality Setup - Simple and Efficient
Introduction This is a concise and opinionated post on code quality for python. It covers the following: what code quality is tools to use -> black, flake8 and mypy how to integrate those tools in the software development lifecycle Code quality?...