]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr: add py files in src/pybind/mgr to flake8 tox rule
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 7 May 2024 17:52:52 +0000 (13:52 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 13 Jun 2024 14:14:29 +0000 (10:14 -0400)
Add the .py files that live in the root of src/pybind/mgr to the flake8
tox rule. This will cause the make check runs to start enforcing that
these python files follow common python formatting practices.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/tox.ini

index 53a0a7766265b1a74b0d9f3b1e5d4b8e91a74088..62605e7cc2fea6ccaccd7c823ad53d05f6fd81c8 100644 (file)
@@ -172,7 +172,10 @@ modules =
     hello \
     iostat \
     localpool \
+    mgr_module.py \
+    mgr_util.py \
     nfs \
+    object_format.py \
     orchestrator \
     prometheus \
     rbd_support \