From: Kefu Chai Date: Wed, 10 Feb 2021 07:20:25 +0000 (+0800) Subject: mgr/hello: add hello to flake8 test X-Git-Tag: v17.1.0~2944^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41b4acabb9bc6f14a5bdbe206d7a593041d48fc3;p=ceph.git mgr/hello: add hello to flake8 test Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/hello/__init__.py b/src/pybind/mgr/hello/__init__.py index 129920c09133..9e537bfce346 100644 --- a/src/pybind/mgr/hello/__init__.py +++ b/src/pybind/mgr/hello/__init__.py @@ -1 +1,2 @@ +# flake8: noqa from .module import Hello diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 8c14c7df6e92..10c66b3a6a26 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -117,6 +117,7 @@ deps = modules = cephadm devicehealth + hello orchestrator commands = flake8 --config=tox.ini {posargs} \