]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: fix tox autopep8 args flake8 49505/head
authorAashish Sharma <aasharma@redhat.com>
Mon, 19 Dec 2022 12:21:33 +0000 (17:51 +0530)
committerAashish Sharma <aasharma@redhat.com>
Mon, 19 Dec 2022 12:21:33 +0000 (17:51 +0530)
Similar to mypy, we now need a backslash to signal
a newline doesn't mean to start a new command

Follow up of: https://github.com/ceph/ceph/pull/49361

Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/tox.ini

index f692d8f451e9339c0e798a044376f21aab579639..d6ae7a29b3d63074331669e7ac2d298a7e310d0d 100644 (file)
@@ -158,19 +158,19 @@ deps =
     flake8
 allowlist_externals = bash
 modules =
-    alerts
-    balancer
-    cephadm
-    cli_api
-    crash
-    devicehealth
-    diskprediction_local
-    hello
-    iostat
-    localpool
-    nfs
-    orchestrator
-    prometheus
+    alerts \
+    balancer \
+    cephadm \
+    cli_api \
+    crash \
+    devicehealth \
+    diskprediction_local \
+    hello \
+    iostat \
+    localpool \
+    nfs \
+    orchestrator \
+    prometheus \
     selftest
 commands =
     flake8 --config=tox.ini {posargs} \