From: peusterm Date: Tue, 15 May 2018 15:10:27 +0000 (+0200) Subject: Refactoring: Made complete codebase PEP8 compatible. X-Git-Tag: v4.0.0^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=72f09885db3935e77901c3dee132cb176b927c7b;hp=72f09885db3935e77901c3dee132cb176b927c7b;p=osm%2Fvim-emu.git Refactoring: Made complete codebase PEP8 compatible. 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 ---