From: John Mulligan Date: Tue, 7 May 2024 17:52:52 +0000 (-0400) Subject: pybind/mgr: add py files in src/pybind/mgr to flake8 tox rule X-Git-Tag: testing/wip-pdonnell-testing-20240703.143006-debug~22^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=da317d2d104a7917b7bc1465e23f93aebdcd49ce;p=ceph-ci.git pybind/mgr: add py files in src/pybind/mgr to flake8 tox rule Add the .py files that live in the root of src/pybind/mgr to the flake8 tox rule. This will cause the make check runs to start enforcing that these python files follow common python formatting practices. Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 53a0a776626..62605e7cc2f 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -172,7 +172,10 @@ modules = hello \ iostat \ localpool \ + mgr_module.py \ + mgr_util.py \ nfs \ + object_format.py \ orchestrator \ prometheus \ rbd_support \