Refactoring: Made complete codebase PEP8 compatible. 49/6149/3 v4.0.0
authorpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 15 May 2018 15:10:27 +0000 (17:10 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 15 May 2018 15:45:37 +0000 (17:45 +0200)
Only PEP8 rule E501 (line too long) is not yet reflected
by this change.

The patch also adds automated code style checks to the
CI test stage using flake8.
It will let the tests fail if there is a code style
violation.

Change-Id: I90956dd424a46691546ef720351757d3c43451a7
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>

No differences found