From d864c2807c179cb13e9a1e8aeede3dae01556c34 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 10 Aug 2023 09:46:02 -0400 Subject: [PATCH] cephadm: enable running mypy on cephadmlib source files Signed-off-by: John Mulligan Pair-programmed-with: Adam King Co-authored-by: Adam King --- src/cephadm/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 2cbfca70f0e..d511834315f 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -44,7 +44,7 @@ basepython = python3 deps = mypy -c{toxinidir}/../mypy-constrains.txt -commands = mypy --config-file ../mypy.ini {posargs:cephadm.py} +commands = mypy --config-file ../mypy.ini {posargs:cephadm.py cephadmlib} [testenv:fix] basepython = python3 -- 2.39.5