Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
(.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