Pre commit using flake-8 and Black
Formatting :
whenever we commit the code for reviews, sometimes we forgot to check for the pep-8 standards and we miss small items like importing libraries not in the correct order,
writing code more than 78 characters in a single line. these will ...
venkatesh.hashnode.dev1 min read