From 320a8708730ea2001b66aec1f5cee0eca38cd079 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Mon, 19 Dec 2022 17:51:33 +0530 Subject: [PATCH] pybind/mgr: fix tox autopep8 args flake8 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 --- src/pybind/mgr/tox.ini | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index f692d8f451e..d6ae7a29b3d 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -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} \ -- 2.47.3