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>
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} \