Check code changes with flake8 before committing
In this post, I will show you how to improve the quality of your Python code by checking it for issues with flake8 before committing it. There are two options: check all files of the project before every commit, which works best approach for new projects check only the code that was modified in a […]