]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr: sort and fix indent in modules list in mypy env
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 18 Mar 2024 20:17:45 +0000 (16:17 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 19 Mar 2024 18:10:07 +0000 (14:10 -0400)
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 <jmulligan@redhat.com>
src/pybind/mgr/tox.ini

index 62f3ec07ca805b1fe396c2dcece1301b976c3223..082d0dbd53c2571b727ef16dc564a18b9ed90305 100644 (file)
@@ -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 \