]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
python-common: add smb module to black formatting in tox.ini
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 2 Apr 2026 20:52:19 +0000 (16:52 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 27 May 2026 18:26:53 +0000 (14:26 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/tox.ini

index 9976a85c6c4f395b9073d6b3204c9a50a6580a64..2a88b861600dfc63755018fe9c610859628dc693 100644 (file)
@@ -45,7 +45,7 @@ commands =
 [black]
 deps = black>=23,<25
 options = -l78 -t py36 --skip-string-normalization
-modules = ceph/cephadm ceph/cryptotools ceph/fs ceph/utils.py
+modules = ceph/cephadm ceph/cryptotools ceph/fs ceph/utils.py ceph/smb
 
 [testenv:check-black]
 deps = {[black]deps}