flake8 is a python tool that checks the style and quality of your Python code. It checks for various issues not covered by black. In this video, you will learn how to automatically run flake8 when committing your code.
Watch the full playlist about pre-commit: https://lnkd.in/ej6wFZTu
My article about pre-commit: https://bit.ly/3Jt67qi
Source code: https://bit.ly/3v79A8O