integ/ceph/ceph-manager/ceph-manager/ceph_manager
Eric Barrett 11cc2a21bb Enable Flake8 Whitespace Errors
Flake8 currently ignores a number of whitespace related errors:
E201: whitespace after '['
E202: whitespace before '}'
E203: whitespace before ':'
E211: whitespace before '('
E221: multiple spaces before operator
E222: multiple spaces after operator
E225: missing whitespace around operator
E226: missing whitespace around arithmetic operator
E231: missing whitespace after ','
E251: unexpected spaces around keyword / parameter equals
E261: at least two spaces before inline comment
Enable them for more thorough testing of code

Change-Id: Id03f36070b8f16694a12f4d36858680b6e00d530
Story: 2004515
Task: 30076
Signed-off-by: Eric Barrett <eric.barrett@windriver.com>
2019-03-26 15:02:53 -04:00
..
tests Remove Ceph Cache Tiering 2018-08-13 13:08:37 -04:00
__init__.py Relocate ceph-manager to stx-integ/ceph/ceph-manager 2018-08-13 13:08:36 -04:00
ceph.py Fix: "import" issue for Python 2/3 compatible code 2018-12-26 09:19:59 +08:00
constants.py Fix: "import" issue for Python 2/3 compatible code 2018-12-26 09:19:59 +08:00
exception.py Fix: "import" issue for Python 2/3 compatible code 2018-12-26 09:19:59 +08:00
i18n.py Relocate ceph-manager to stx-integ/ceph/ceph-manager 2018-08-13 13:08:36 -04:00
monitor.py Enable Flake8 Whitespace Errors 2019-03-26 15:02:53 -04:00
server.py Fix: "import" issue for Python 2/3 compatible code 2018-12-26 09:19:59 +08:00