Skip to content

Instantly share code, notes, and snippets.

@hseritt
Created February 25, 2017 12:40
Show Gist options
  • Save hseritt/78a5eea1bcd6c39db8620ba26e9f9a63 to your computer and use it in GitHub Desktop.
Save hseritt/78a5eea1bcd6c39db8620ba26e9f9a63 to your computer and use it in GitHub Desktop.
Run pylint
#!/usr/bin/env bash
clear; reset;
~/.pyenv/versions/activolabs/bin/pylint --load-plugins \
pylint_django activotrack apps scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment