flake8 recommended changes (#164)
pip install --upgrade flake8 # http://flake8.pycqa.org python2 -m flake8 . --exclude=third_party --ignore=E1,E306 --max-line-length=80
Showing
Please register or sign in to comment
pip install --upgrade flake8 # http://flake8.pycqa.org python2 -m flake8 . --exclude=third_party --ignore=E1,E306 --max-line-length=80