[tox] envlist = venv,linters [testenv:venv] commands = {posargs} [testenv:linters] deps = black skip_install = true commands = black --check sf_operator