Excluding the usual E201,E202 and E501 errors, I got: ``` $ flake8 --ignore=E201,E202,E501 --count . 1642 ``` Would you all be happy if I start fixing these? When we finish, we can add a new check for this to TravisCI.