2e157d900a
Also switch to pycodestyle from pep8 which requires a bump of the the version of flake8 too. Skip the following checks for now: - E123 Closing bracket does not match indentation of opening bracket's line - E226 Missing whitespace around arithmetic operator - E402 Module level import not at top of file - E731 Do not assign a lambda expression, use a def - W503 Line break occurred before a binary operator They should be probably revisited and fixed, if possible, or skipped individually using # noqa The following checks reported a limited number of errors and they were fixed directly in this review: - E241 Multiple spaces after ',' - E501 Line too long (82 > 79 characters) Change-Id: I1f185d2efd1adf27a26e3ac93f2e1011c0b63124 |
||
---|---|---|
.. | ||
plugins | ||
tests | ||
utils | ||
__init__.py | ||
i18n.py |