2017-09-29 Andrey Skvortsov fix pylint warning '(unreachable) Unreachable code'
2017-09-29 Andrey Skvortsov fix pylint warning (bad-indentation) Bad indentation. Found X spaces, expected Y
2017-09-29 Andrey Skvortsov fix pylint warning '(pointless-string-statement) String statement has no effect'
2017-09-29 Andrey Skvortsov fix error __init__ method from base class is not called
2017-09-28 Andrey Skvortsov fix more than one statement on a single line
2017-09-28 Andrey Skvortsov fix ungrouped imports from package X
2017-09-28 Andrey Skvortsov fix unnecessary lambda and enable corresponding pylint check
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-09-28 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
2017-09-22 Andrey Skvortsov remove in-tree version of Zeroconf and use upstream from
2017-09-22 Andrey Skvortsov remove reimported modules
2017-09-22 Andrey Skvortsov fix unnecessary parens after keyword
2017-09-22 Andrey Skvortsov enable pylint checker
2017-09-22 Andrey Skvortsov fix usage of python2-only print statement
2017-09-22 Andrey Skvortsov run python tests with non-english locale to catch bugs related to localization
Loading...