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.
tox -e check
1 parent 1afc1d2 commit 9783579Copy full SHA for 9783579
tox.ini
@@ -45,7 +45,7 @@ skip_install = true
45
commands =
46
python setup.py check --strict --metadata --restructuredtext
47
check-manifest {toxinidir}
48
- black --check
+ black --check .
49
isort --verbose --check-only --diff --recursive src tests setup.py
50
51
[testenv:spell]
0 commit comments