Picture by Pixabay from Pexels

Keep your code clean using Black & Pylint & Git Hooks & Pre-commit

Indispensable tools for collaborative development

Ismail Mebsout
5 min readMay 29, 2021

--

Coding can be a very hard task especially when working on a project with different developers. Each member of the team has his/her own way of coding leading to very heterogeneous scripts.
This is why it is important to have a similar code formatter and code linter in…

--

--