We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b761dc2 commit cf5a59cCopy full SHA for cf5a59c
tox.ini
@@ -43,7 +43,9 @@ commands =
43
# Use different configs for new (tuf/api/*) and legacy code
44
# TODO: configure black and isort args in pyproject.toml (see #1161)
45
black --check --diff --line-length 80 {toxinidir}/tuf/api
46
+ black --check --diff --line-length 80 {toxinidir}/tuf/client_rework
47
isort --check --diff --line-length 80 --profile black -p tuf {toxinidir}/tuf/api
48
+ isort --check --diff --line-length 80 --profile black -p tuf {toxinidir}/tuf/client_rework
49
pylint {toxinidir}/tuf/api --rcfile={toxinidir}/tuf/api/pylintrc
50
pylint {toxinidir}/tuf/client_rework --rcfile={toxinidir}/tuf/api/pylintrc
51
0 commit comments