Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/env python
  2. import sys
  3.  
  4. from isort.hooks import git_hook
  5.  
  6. sys.exit(git_hook(strict=True, modify=True))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement