From: John Mulligan Date: Thu, 2 Apr 2026 20:52:19 +0000 (-0400) Subject: python-common: add smb module to black formatting in tox.ini X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aef415248e4e1082b03cffa0690e7636dbfbad2a;p=ceph.git python-common: add smb module to black formatting in tox.ini Signed-off-by: John Mulligan --- diff --git a/src/python-common/tox.ini b/src/python-common/tox.ini index 9976a85c6c4..2a88b861600 100644 --- a/src/python-common/tox.ini +++ b/src/python-common/tox.ini @@ -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}