Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created May 12, 2016 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/fb8a1c2c27ecf433daf71524f150bc18 to your computer and use it in GitHub Desktop.
Save harlowja/fb8a1c2c27ecf433daf71524f150bc18 to your computer and use it in GitHub Desktop.
(.venv) LMDV-JHARLOW:cloud-init jxharlow$ pip freeze | grep "pep8\|pyflakes\|flake8\|pylint\|mccabe"
flake8==2.5.4
mccabe==0.2.1
pep8==1.7.0
pyflakes==1.1.0
pylint==1.5.5
(.venv) LMDV-JHARLOW:cloud-init jxharlow$ flake8 cloudinit/sources/helpers/openstack.py
cloudinit/sources/helpers/openstack.py:6:6: H105 Don't use author tags
cloudinit/sources/helpers/openstack.py:7:6: H105 Don't use author tags
cloudinit/sources/helpers/openstack.py:149:5: H236 Python 3.x incompatible __metaclass__, use six.add_metaclass()
cloudinit/sources/helpers/openstack.py:487:1: H401 docstring should not start with a space
cloudinit/sources/helpers/openstack.py:487:1: H405 multi line docstring summary not separated with an empty line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment