Closed conorsch closed 7 years ago
Right now we have a fair number of Python linting violations as reported by flake8:
$ flake8 api blog home pledges search securethenews sites --exclude 'migrations/' --count | tail -n1 118
We should step through the Python files and clean up to enforce PEP8 standards. As a checklist for progress:
make flake8
Right now we have a fair number of Python linting violations as reported by flake8:
We should step through the Python files and clean up to enforce PEP8 standards. As a checklist for progress:
make flake8
.