We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d9aef commit da808f9Copy full SHA for da808f9
tox.ini
@@ -47,19 +47,16 @@ parallel_show_output = True
47
48
[testenv:lint]
49
description = check the code style
50
-basepython = python3.10
51
commands = flake8 {posargs}
52
53
[testenv:type]
54
description = type check ourselves
55
56
commands =
57
python -m mypy --config-file mypy_self_check.ini -p mypy -p mypyc
58
python -m mypy --config-file mypy_self_check.ini misc/proper_plugin.py
59
60
[testenv:docs]
61
description = invoke sphinx-build to build the HTML docs
62
63
deps = -rdocs/requirements-docs.txt
64
65
sphinx-build -d "{toxworkdir}/docs_doctree" docs/source "{toxworkdir}/docs_out" --color -W -bhtml {posargs}
0 commit comments