diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,6 +14,7 @@ envlist = docs isort lint-docs + zizmor # Add environment to use the default python3 installation [testenv:py3] @@ -98,3 +99,11 @@ deps = sphinx-lint changedir = docs commands = make lint + +[testenv:zizmor] +basepython = python3 +usedevelop = false +deps = zizmor >= 1.16.3 +changedir = {toxinidir} +commands = + zizmor . |
