freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
102 stars 25 forks source link

Lint Python code throughout project #135

Closed conorsch closed 7 years ago

conorsch commented 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: