openSUSE / docmanager

Manage DocBook 5 Meta Information
http://opensuse.github.io/docmanager/index.html
GNU General Public License v3.0
6 stars 6 forks source link

Fix some code smells #85

Closed mschnitzer closed 9 years ago

mschnitzer commented 9 years ago

https://landscape.io/github/openSUSE/docmanager/203 https://scrutinizer-ci.com/g/openSUSE/docmanager/?branch=develop

tomschr commented 9 years ago

For completeness: use flake8 (can be installed through pip install flake8). See https://flake8.readthedocs.org/en/ for more information.

We should add settings for flake8 into setup.cfg file like this:

[flake8]
max-line-length = 90
exclude = tests/*,*/migrations/*,*/south_migrations/*