Skip to content

Instantly share code, notes, and snippets.

@jk0
Created February 21, 2011 17:49
Show Gist options
  • Save jk0/837411 to your computer and use it in GitHub Desktop.
Save jk0/837411 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Running PEP8..."
pep8 -r .
echo "Running pylint..."
pylint pyhole.py -f parseable -rno -dI
pylint plugins -f parseable -rno -dI
pylint pyhole -f parseable -rno -dI
echo "Running pyflakes..."
pyflakes .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment