From 40906ddf705f5cce89289f470f5947dda929dff7 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 18 Mar 2024 16:17:45 -0400 Subject: [PATCH] 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 --- src/pybind/mgr/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.47.3