Skip to content

Commit 40906dd

Browse files
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 <[email protected]>
1 parent 928c546 commit 40906dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pybind/mgr/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ commands =
103103
-m progress \
104104
-m prometheus \
105105
-m rbd_support \
106-
-m rgw \
106+
-m rgw \
107107
-m rook \
108-
-m snap_schedule \
109108
-m selftest \
109+
-m snap_schedule \
110110
-m stats \
111111
-m status \
112112
-m telegraf \

0 commit comments

Comments
 (0)