Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $ pip install flake8 # any formatter compliant with PEP8 or code style guidelines in progect
  2. $ nano .git/hooks/pre-commit
  3.  
  4. #!/bin/sh
  5. flake8 .
  6.  
  7. # easy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement