From: Michael Fritch Date: Thu, 28 Jan 2021 20:09:23 +0000 (-0700) Subject: mgr/cephadm: Missing whitespace around operator (E225) X-Git-Tag: v17.1.0~3027^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=17c7c4ae7306198cc57215ec474fbaa9d425fbe1;p=ceph.git mgr/cephadm: Missing whitespace around operator (E225) Signed-off-by: Michael Fritch --- diff --git a/src/pybind/mgr/cephadm/tests/test_spec.py b/src/pybind/mgr/cephadm/tests/test_spec.py index e8b23464ea7d..2374d951e5e2 100644 --- a/src/pybind/mgr/cephadm/tests/test_spec.py +++ b/src/pybind/mgr/cephadm/tests/test_spec.py @@ -662,7 +662,7 @@ def test_custom_container_spec_config_json(): assert key not in config_json def test_HA_RGW_spec(): - yaml_str ="""service_type: ha-rgw + yaml_str = """service_type: ha-rgw service_id: haproxy_for_rgw placement: hosts: diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 0fea9bfbbd50..149be44ce6c2 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -11,7 +11,6 @@ requires = cython [flake8] max-line-length = 100 ignore = - E225, E226, E231, E241,