From 0dfd18716f976405c20c544145658e2d5fd56f5c Mon Sep 17 00:00:00 2001 From: henry Date: Fri, 6 Oct 2023 10:54:03 -0500 Subject: [PATCH] tox pydocstyle env installs tomli --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6fd393b..334e734 100644 --- a/tox.ini +++ b/tox.ini @@ -49,6 +49,7 @@ commands = pylint {posargs: hathizip} --disable import-error skip_install = true deps= pydocstyle + tomli commands = pydocstyle {posargs: {toxinidir}/hathizip} [testenv:bandit]