# Until the --use-ignore-patch makes it into pylint upstream, we need to # download and install from sneakypete81's pylint fork wget https://bitbucket.org/sneakypete81/pylint/get/use_ignore_patch.zip unzip use_ignore_patch.zip cd sneakypete81-pylint-* python setup.py install cd .. rm -r sneakypete81-pylint-*