]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: sort and fix indent in modules list in mypy env 56528/head
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 18 Mar 2024 20:17:45 +0000 (16:17 -0400)
committerAdam King <adking@redhat.com>
Wed, 27 Mar 2024 15:19:08 +0000 (11:19 -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>
(cherry picked from commit 40906ddf705f5cce89289f470f5947dda929dff7)

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 \