Guest User

Untitled

a guest
Nov 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/env python3
  2. import subprocess
  3. from pathlib import Path
  4.  
  5. p = Path(__file__).parent / Path(".")
  6. subprocess.run(["pep8", "--exclude=venv", "--show-source", "--max-line-length=119", str(p)])
Add Comment
Please, Sign In to add comment