From: John Mulligan Date: Mon, 18 Mar 2024 20:17:45 +0000 (-0400) Subject: pybind/mgr: sort and fix indent in modules list in mypy env X-Git-Tag: testing/wip-batrick-testing-20240411.154038~107^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=40906ddf705f5cce89289f470f5947dda929dff7;p=ceph-ci.git pybind/mgr: sort and fix indent in modules list in mypy env In the tox.ini file the modules validated by mypy are explicitly listed. Fix one item which was indented differently than the others. Sort the list. Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 62f3ec07ca8..082d0dbd53c 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -103,10 +103,10 @@ commands = -m progress \ -m prometheus \ -m rbd_support \ - -m rgw \ + -m rgw \ -m rook \ - -m snap_schedule \ -m selftest \ + -m snap_schedule \ -m stats \ -m status \ -m telegraf \