Skip to content

Instantly share code, notes, and snippets.

@david-wm-sanders
Created March 4, 2016 03:28
Show Gist options
  • Save david-wm-sanders/0b55c287c150de4e1a13 to your computer and use it in GitHub Desktop.
Save david-wm-sanders/0b55c287c150de4e1a13 to your computer and use it in GitHub Desktop.
Run pep8 on current directory, excluding the venv (virtual environment) sub-directory.
#!/usr/bin/env bash
pep8 --exclude=venv .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment