subiquity/tox.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
382 B
INI
Raw Normal View History

[tox]
envlist =
black
isort
[testenv]
basepython = python3
[testenv:black]
deps = black ~= 23.0
skip_install = True
commands = {envpython} -m black \
{posargs:console_conf subiquity subiquitycore system_setup}
[testenv:isort]
deps = isort == 5.12.0
skip_install = True
commands = {envpython} -m isort \
{posargs:console_conf subiquity subiquitycore system_setup}